The test statistics for testing whether the slope parameter is significant or not, rounded to two decimal places, is equal to:
\(7.58\)
Question 5
The value of the correlation coefficient, rounded to two decimal places, is:
\(0.74\)
Question 6
When fitting a simple linear regression model to this dataset, the standard error for the intercept parameter, rounded to two decimal places, is equal to:
\(63.02\)
Question 7
The degrees of freedom for testing whether the slope parameter is significant or not, rounded to two decimal places, is:
\(48.00\) (we have \(50\) observations)
Question 8
The value of MSresid for this dataset, rounded to two decimal places, is equal to:
The test statistic for testing the overall model significance, rounded to two decimal places, is:
\(57.51\)
Question 10
The p-value of testing whether the correlation coefficient of this dataset is significant or not, is equal to (round your answers to two decimal places):
\(0.00\)
Question 11
The test statistics for testing whether the correlation coefficient for this dataset is significant or not, is equal to:
\(7.58\)
Question 12
Perform a hypothesis test to see whether the slope parameter is significant or not. Choose the correct answer from the options below:
We will reject the null hypothesis, since the p-value is 0.58 and thus much greater than the significance level. We can conclude that there is some significant linear relationship between advertising expenditure and monthly sales.
We will reject the null hypothesis, since the p-value is extremely small. We can conclude that there is some significant linear relationship between advertising expenditure and monthly sales.
We will not reject the null hypothesis, since the p-value is extremely small. We can conclude that there is no significant linear relationship between advertising expenditure and monthly sales.
We will not reject the null hypothesis, since the p-value is extremely large. We can conclude that there is no significant linear relationship between advertising expenditure and monthly sales.
We definitely reject the null hypothesis since the \(p\)-value is significantly small. Option (c) and (d) are already out. We then conclude that there is evidence of a significant evidence of a linear relationship between advertising expenditure and monthly sales. Option (a) makes a false statement that \(p=0.58\). So, we choose (b).
Question 13
Check the dataset to make sure that it meets the necessary requirements for performing a simple linear regression. Choose the incorrect answer from the list below:
The histogram of the data shows that the residuals do not follow a normal distribution perfectly.
The QQ-plot of the residuals shows deviations from the theoretical quantiles, not just around the endpoints as one would expect to see.
The assumption of constant variance is very clearly not met.
The assumption that the errors are independent is met.
################################# ASSESSING MODEL ASSUMPTIONS ################################# assessing normality of errorshist(residuals(model))