Big 5
Stats 67
Table for the Big Five
Standard Error: if the population standard deviation is not known, we can use the standard deviation from the sample instead
Proportion Distributions
- 1 Population Proportion where population standard deviation is known
- 1 Population Proportion where population standard deviation is not known; standard error is used instead
- Difference in 2 Population Proportions where both population standard deviations are known
- Difference in 2 Population Proportions where both population standard deviations are not known; standard error is used instead
Mean Distributions
- 1 Population Mean where population standard deviation is known
- 1 Population Mean where population standard deviation is not known; standard error and t distribution are used instead
- Matched pairs where population standard deviation is known and each data point is the difference between two, related subjects (twins, change in health, etc.)
- Matched pairs where population standard deviation is not known; standard error + t distribution are used instead
- Difference in 2 Population Means where both population standard deviations are known
- Difference in 2 Population Means where both population standard deviations are not known; standard errors + t distribution are used instead
- Difference in 2 Population Means where standard deviations are equal; NOT USED COMMONLY
Z and T values
z = (Observed - Expected) / Standard Deviation
- Calculated in R using pnorm(z)
t = (Observed - Expected) / Standard Error
- Calculated in R using pt(t, df)
- Can also use qt(% to the left, df) to find a t value based on a desired percentile