What does the Greek letter θ denote in statistics?
An arbitrary population parameter
An inflection point of the population
The population median
The population standard deviation
A random variable x has a normal distribution with mean 100 and SD=20.
What is the probability that x is greater than 130?
a. 0.000 b. 0.067 c. 0.310 d. 0.933
A random variable x has a normal distribution with mean 100 and SD=20.
What is the probability that x is equal to 87?
a. 0.000 b. 0.067 c. 0.130 d. 0.933
A dataset has 5 observations. Find the largest normal score using Van der Waerden's method.
a. 0.17 b. 0.20 c. 0.97 d. 1.00
A bivariate dataset has these univariate statistics:
x = 300 sx = 75
y = 100 sy = 25
r = 0.6
What is the regression line?
a. y = 0.2x - 60 b. y = 0.2x + 40 c. y = 0.6x
- 100 d. y = 0.6x + 160
If the regression equation is y = β0 +
β1 x1 + β2 x2,
where the estimated beta values are β0 = 3, β1 =
1,
and β2 = 4, what is the predicted value y^ if x1 = 10 and x2 = 15?
a. 50 b. 73 b. 220 b. 350
for the regression equation in Question 6, what is the standard error of β2^ if
n = 18 and SSE = 3.5?
a. 0.435 b. 0.489 c. 1.080 d. 7.826
If the estimated parameter value is 5.00 with standard error 1.00, find a 99% confidence interval for the true parameter value
if DFE = 17.
a. (-1.96, 1.96) b. (3.00, 7.00) c. (2.43, 7.57) d. (2.10, 7.90)
For the hat matrix H = X(XTX)-1XT, which of the following is equal to H?
a. H2 b. HT c. (HT)2 d.
I - H
For a regression model with three independent variables, n = 19, SSM = 356.3, and SSE = 84.33 is the overall F-test significant at the 0.05 level; at the 0.01 level?
a. no; no b. yes; no c. yes; no d. yes; yes
Which type of variable can only take on values 0 and 1?
a. Categorical b. Dummy c. Exogenous d. Independent
The regression fallacy arises because
0 < r < 1
sx and sy for a dataset are usually non-zero.
Just because x and y are correlated does not mean that x causes y.
The regression line is different than the standard deviation line defined by
y - y = (sy/sx)(x - x)
Sample Short Answer Questions
Be able to answer questions about a dataset, given the SAS or R output.
This question will be similar to the homework projects.
Find the matrix normal equation for regression using SAS output.
What are some of the popular transforms that can be used on a regression
model. When would you use them?
Sample Short Essay Questions
Explain the differences and similarities between these methods for independent variable selection: maximum R-squared, forward selection, backward selection, stepwise selection.
Explain the difference between a confidence interval and a prediction interval for y.
Explain the differences and similarities between classical one-way ANOVA
and the independent two-sample t-test.