Mandy
06.06.2016
You should remember
In the data folder inside the session3 folder you find the ALLBUS 2014 data (Allgemeine Bevölkerungsbefragung zu Einstellung, Verhalten und Sozialen Wandel) in two versions: the Stata and the SPSS data file. There is also codebook describing the variables (ZA5240_variablenliste.txt).
To describe data we need a proper way to summarize them for easier understanding. Therefore we focus on three main areas:
A location parameter is a central or typical value for a distribution
How to interpret the mean?
Use the ALLBUS data set
\[ \frac{\bar{X}_{male} - \bar{X}_{female}}{s_{overall}} \]
So we incorporate the sample size into our little formula
\[ \frac{\bar{X}_{male} - \bar{X}_{female}}{s_{overall}\sqrt{\frac{1}{n_1} + \frac{1}{n_2}}} \]
\[ t = \frac{\bar{X}_{male} - \bar{X}_{female}}{s_{overall}\sqrt{\frac{1}{n_1} + \frac{1}{n_2}}} \]
\[ t = \frac{\bar{X}_{male} - \bar{X}_{female}}{s_{overall}\sqrt{\frac{1}{n_1} + \frac{1}{n_2}}} \]
And if a guy named Gosset haven't had invented the t-test yet - we would have done it by now.