Conclusion when p-value = 0.001
What is "since the P-value is less than any reasonable significance level, we reject the null hypothesis, and conclude there is significance evidence to support the alternative hypothesis"?
Conducting a test: According to the 2010 U.S. Census, 11.7% of the people in the state of Oregon were Hispanic or Latino. A political party wants to know whether that has changed
When is (stat -> tests ->) 1-prop z-test used?
The chi-squared test statistic with observed values in L1 and expected counts in L2
What is (stat -> tests) chi-square GOF with df=#rows -1
The 95% confidence interval (-4.25, -1.33) for the difference of two means (mean #1 - mean #2).
What is "With 95% confidence, we estimate that mean #1 is between 4.25 and 1.33 units less than mean #2"
95% Confidence LEVEL for a poplulation proportion
What is "if we repeat this procedure, take 100 different samples of size n and create 100 different confidence intervals from those samples, approximately 95% of those intervals will capture the true population proportion"
This calculator command finds the probability that a random sample of size 100 from a population with mean = 7 and standard deviation = 3 will have sample mean greater than 8
What is normalcdf(8, infinity, mean = 7, stdev = 0.3)?