Question: . Fit a simple linear model ( use velocity as dependent variable and distance as indepent variable. ) use R command * * * *

. Fit a simple linear model (use velocity as dependent variable and distance as indepent variable.) use R command ****l1
use to look at the detailed result. Try to explain the result.
`{r}
model1-lm(velocity distance, hubble)
summary(model1)
Call:
lm(formula = velocity distance, data = hubble)
Residuals:
Coefficients:
Signif. codes: 0'******0.001'****0.01'**'0.056,0.16,1
Residual standard error: 264.7 on 22 degrees of freedom
Multiple R-squared: 0.7451, Adjusted R-squared: 0.7335
F-statistic: 64.3 on 1 and 22 DF , p-value: 5.677e-08
Try to explain the result
. Fit a simple linear model ( use velocity as

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!