Question
You run a linear regression model and you see that the t-statistic associated with the slope variable has a p-value of .00001. What is your
You run a linear regression model and you see that the t-statistic associated with the slope variable has a p-value of .00001. What is your reaction?
a.I can't conclude anything with such a small p-value.
b. I should reject the null hypothesis for the slope, which means that the true slope is probably zero.
c. I should reject the null hypothesis for the slope, which means that the true slope is probably different from zero.
d.I should accept the null hypothesis for the slope, which means that the true slope is probably zero.
Which of the following four values is indicative of a relatively strong positive relationship between 2 variables.
a..2
b.-.2
c.-.8
d. .8
Suppose you enter the following 2 commands in R.
x <- rnorm(1000)
y <- rnorm(1000)
If you obtain the correlation coefficient between x and y, what would you expect?
a. A positive value near 1.
b.A positive value near 0.
c. A negative value near -1.
d. A negative value near 0.
The diamonds dataframe in the ggplot2 data has two categorical variables - cut and color.Test the hypothesis that these two variables are independent. Use the 5% level of significance.
a.You ran this test using the lm function and the conclusion is that the hypothesis of independence should not be rejected.
b.You ran this test using the lm function and the conclusion is that the hypothesis of independence should be rejected.
c.You ran this test using the chisq.test function and the conclusion is that the hypothesis of independence should not be rejected.
d.You ran this test using the chisq.test function and the conclusion is that the hypothesis of independence should be rejected.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started