N Parameters
Using the data from an experiment to find out whether and to what extent people are motivated to vote by social pressure, we seek to forecast the causal effect on voter participation of sending postcards in the Texas gubernatorial general election of 2026. Stability might not be true because the way people view politics has changed from 2006 because of new things such as social media. We modeled primary_06, a binary 0/1 integer variable indicating whether the respondent voted in the 2006 primary election, and the type of postcard they recieved. People who have been voting in the past are more likely to vote again.
\[y_{i} = \beta_{0} + \beta_{1} age\_z + \beta_{2}male_i + \beta_{3}civic\_duty_i + \\ \beta_{4}hawthorne_i + \beta_{5}self_i + \beta_{6}neighbors_i + \\ \beta_{7}Sometimes\ vote_i + \beta_{8}Always\ vote_i + \\ \beta_{9}civic\_duty_i Sometimes\ vote_i + \beta_{10}hawthorne_i Sometimes\ vote_i + \\ \beta_{11}self_i Sometimes\ vote_i + \beta_{11}neighbors_i Sometimes\ vote_i + \\ \beta_{12}civic\_duty_i Always\ vote_i + \beta_{13}hawthorne_i Always\ vote_i + \\ \beta_{14}self_i Always\ vote_i + \beta_{15}neighbors_i Always\ vote_i + \epsilon_{i}\]
# A tibble: 60,000 × 10
# Groups: sex, age_z, treatment, voter_class, names, .row [15]
sex age_z treatment voter_class names .row .chain .iteration .draw .epred
<chr> <dbl> <chr> <chr> <chr> <int> <int> <int> <int> <dbl>
1 Male 0 No Postca… Always Vote No P… 1 NA NA 1 0.456
2 Male 0 No Postca… Always Vote No P… 1 NA NA 2 0.470
3 Male 0 No Postca… Always Vote No P… 1 NA NA 3 0.457
4 Male 0 No Postca… Always Vote No P… 1 NA NA 4 0.462
5 Male 0 No Postca… Always Vote No P… 1 NA NA 5 0.448
6 Male 0 No Postca… Always Vote No P… 1 NA NA 6 0.471
7 Male 0 No Postca… Always Vote No P… 1 NA NA 7 0.455
8 Male 0 No Postca… Always Vote No P… 1 NA NA 8 0.463
9 Male 0 No Postca… Always Vote No P… 1 NA NA 9 0.458
10 Male 0 No Postca… Always Vote No P… 1 NA NA 10 0.453
# ℹ 59,990 more rows