What does pbinom(4, 10, 0.3) return?
What does pnorm(1.96) (default mean=0, sd=1) approximately return?
As p approaches 0.5, the binomial distribution shape becomes:
The normal distribution can be used to make inferences about non-normal populations when n is large, because of:
For a standard normal distribution, approximately what percent of values fall below z = -2?
What is a Type I error?
For X ~ N(50, 9) (mean=50, variance=9), what is the standard deviation?
What does the Central Limit Theorem say about sample means?
A 99% CI will be ______ than a 95% CI from the same data.
In R, t.test(x, mu = 10) tests: