Four Parameters: Categorical
We are using the data from the ANES, focusing on the election of 1992 to figure out the relationship between sex and the candidate voted for during that election. We have addressed the creation of the population table and the assumptions of stability and representativeness. From this arises the concern that the data is not representative as there is a bias/difference between people who do and don’t respond to the survey. We are using a predictive model with probablility of who the vote is for, modeled with multinomial logisitc regression model. From this it is seen that females are less likely to vote for Perot. We see that women had a 48 - 58% chance to vote for Clinton but we can never know but it actually was.
\[\begin{aligned} \rho_{clinton} &=& \frac{e^{\beta_{0, clinton} + \beta_{1, clinton} male}}{1 + e^{\beta_{0, clinton} + \beta_{1, clinton} male}}\\ \rho_{perot} &=& \frac{e^{\beta_{0, perot} + \beta_{1, perot} male}}{1 + e^{\beta_{0, perot} + \beta_{1, perot} male}}\\ \rho_{bush} &=& 1 - \rho_{clinton} - \rho_{perot} \end{aligned}\]Characteristic |
Beta |
95% CI 1 |
|---|---|---|
| muClinton_(Intercept) | 0.45 | 0.31, 0.60 |
| muPerot_(Intercept) | -0.85 | -1.1, -0.64 |
| muClinton_sexMale | -0.25 | -0.48, -0.03 |
| muPerot_sexMale | 0.42 | 0.14, 0.69 |
| 1
CI = Credible Interval |
||