Question: Build a simple linear regression model lm.model that relates medv as response to age as the predictor. lm.model % fit(medv ~ age, data = Boston)
Build a simple linear regression model lm.model that relates medv as response to age as the predictor.
lm.model <- lm_spec %>% fit(medv ~ age, data = Boston) lm.model
Agenda: Create a variable named lm.predict and store the prediction output on the Boston data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
