What is the best way to display data which occur in pairs?
Time series plot
Histogram
Pie Chart
Scatter plot
Which of the following is not necessarily true of a correlation coefficient?
It takes a value between -1 and 1 inclusive
When it is 0, there is no relationship between the variables
It measures strength of linear relationship
When it is 1, the points lie on a line with positive gradient
Calculate the correlation coefficient for the following points: (2,5), (3,8), (5,10), (6,10), (7,12).
0.96
0.88
-0.94
0.02
Which of the following pairs of variables is most likely to have a correlation coefficient close to -1?
The size of a man’s shoes and his height
The engine size of a new car and its selling price
The age of a second hand car and its selling price
Marks scored in a test and student’s age
Fit a least squares line to the following points: (2,5), (3,8), (5,10), (6,10), (7,12).
y = 3.38 + 1.22x
y = 1.061 + 0.214x
y = 5.62 + 0.96x
y = 0.88 – 3.4x
If height (in inches) = 58.8 + 1.12 shoesize predict the height of a man with size 10 shoes.
6 feet
5 feet 10 inches
5 feet 11 inches
6 feet 2 inches
Which of the following statements is not true?
The coefficient of determination measures how good the least squares line is
The coefficient of determination is the square of the correlation coefficient
The coefficient of determination is a value between 0 and 1 inclusive
The coefficient of determination must be greater than 0.5 for there to be a useful relationship
The t-ratio calculated from a sample of 5 pairs of values to test the null hypothesis
H0: ß = 0 against H1: ß ¹ 0 is 5.708. If the significance level is 5% what do you conclude?
X is not a useful predictor of Y
Test is not significant
X is a useful predictor of Y
Retain
H0
In multiple regression output what might you use to test the overall usefulness of the model?
The F test
The t test
The Model Summary
The Unstandardized Coefficients
10. You fit a multiple linear regression model to some data with independent variables
X1, X2 and X3 and obtain the following F and t test results. F = 32.586 p = 0.001, X1, t = -6.508 p = 0.000;
X2, t = 3.659 p = 0.001; X3, t = 0.338 p = 0.738. What do you conclude?
Model is not useful
When we retain
X1 and X2 in the model, X3 is not useful
When we retain
X2 and X3 in the model, X1 is not useful
When we retain
X3 in the model, X1 and X2 are not useful