Question: Using the in built r code, fit an additive model with rating as the outcome and the rest of the variables as predictors. ```{r} mult_mod
Using the in built r code, fit an additive model with rating as the outcome and the rest of the variables as predictors. ```{r} mult_mod<-lm(rating~.,data = attitude) summary(mult_mod) ```
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
