Question: Suppose we create a linear regression model in R using the command Model |t|) (intercept)....124...............0.0096 X........................27................0.0000
Suppose we create a linear regression model in R using the command
Model <- lm(Y ~ X, data=NameOfData) summary(Model)
We are given the output below.
For the trend line Predicted Y = b0 + b1(X), the intercept of the trend line is b0 = ________
The values below are from the coefficients table. Coefficients:
Variable .....Estimate....Pr(>|t|)
(intercept)....124...............0.0096
X........................27................0.0000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
