Consider: rent <- 1200; utilities_adj <- utilities + '10'. Assuming utilities is not defined, what happens when this code runs?
A correlation of r = -0.8 between two variables means:
X ~ N(100, 225) (mean=100, sd=15). What R code gives P(X < 85)?
Why use t-distribution instead of normal for most t-tests?
What does a p-value of 0.003 mean?
For a single proportion CI, which formula gives the standard error?
A regression model has b0 = -2 and b1 = 3. What is the predicted value when x = 7?
A one-sample t-test gives t = 2.5 with df = 15. How do you get the two-sided p-value in R?
Why is a prediction interval (PI) always wider than a confidence interval (CI) for the same x value?
What does class(TRUE) return?