In a 2010 Survey USA poll, 70% of the 119 respondents between the ages of 18 and 34 said they would vote in the 2010 general election for Prop 19, which would change California law to legalize marijuana and allow it to be regulated and taxed. At a 95% confidence level, this sample has an 8% margin of error. Based on this information, determine if the following statements are true or false, and explain your reasoning.
False. A confidence interval is meant to estimate the population proportion, not the sample proportion
True. A confidence interval is meant to estimate the population proportion (95% CI at 8% MOE)
70+- 8 == (62, 78)
True. By definition the survey can be repeated multiple times and 95% of the time the results will match the results from a population.
True
Margin = critical value * the Standard Error
Standard Error = Standard Deviation of the Mean / SQRT(Number of Observations)
MOE = 8
standard_error = 1/sqrt(4)
standard_error
## [1] 0.5
NEW_MOE = MOE *standard_error
NEW_MOE
## [1] 4
True, 95% is above the 50% threshold