Mahmoud Elsheikh
March 2nd,2019
Prediction model is built as follows:
fit <- lm(mpg ~ ., data = mtcars)
summary(fit)$coeff[,1]
(Intercept) cyl disp hp drat wt
12.30337416 -0.11144048 0.01333524 -0.02148212 0.78711097 -3.71530393
qsec vs am gear carb
0.82104075 0.31776281 2.52022689 0.65541302 -0.19941925
For more details on the app code check the code in github:
And the code for this presentation is: