FINAL10 QUESTIONS

Final Exam Review

ADAPTIVE FLASHCARDS
Flashcard Study Mode
Study this module with spaced repetition. Wrong answers come back weighted heavier.
FINAL
Final Exam Review
0/10
ANSWERED
Q1

Consider: rent <- 1200; utilities_adj <- utilities + '10'. Assuming utilities is not defined, what happens when this code runs?

Q2

A correlation of r = -0.8 between two variables means:

Q3

X ~ N(100, 225) (mean=100, sd=15). What R code gives P(X < 85)?

Q4

Why use t-distribution instead of normal for most t-tests?

Q5

What does a p-value of 0.003 mean?

Q6

For a single proportion CI, which formula gives the standard error?

Q7

A regression model has b0 = -2 and b1 = 3. What is the predicted value when x = 7?

Q8

A one-sample t-test gives t = 2.5 with df = 15. How do you get the two-sided p-value in R?

Q9

Why is a prediction interval (PI) always wider than a confidence interval (CI) for the same x value?

Q10

What does class(TRUE) return?