Five Parameters
I setup data libraries and created a preceptor table of my work. I then used the principles of Justice to scrutinize my data and construct a population table. I am using a gaussian model to generate my data structure and shows the relation between sex and how long a candidate lives after an election. Finally, I discovered that men tend to live longer after elections than women.
\[ lived\_after_i = \beta_0 + \beta_1 male_i + \beta_2 c\_election\_age_i + \\ \beta_3 male_i * c\_election\_age_i + \epsilon_i \]
Characteristic |
Beta |
95% CI 1 |
|---|---|---|
| sex | ||
| sexMale | 53 | 9.9, 97 |
| election_age | -0.06 | -0.79, 0.66 |
| sex * election_age | ||
| sexMale * election_age | -0.79 | -1.5, -0.07 |
| 1
CI = Credible Interval |
||