November 2017
Beginner
286 pages
8h 13m
English
Like we did earlier in this chapter, we can use the R function lm to create our regression model with ourtrainingData chunk:
# --- Build the model on training data lmMod <- lm(ProjectManagement ~ Profit, data=trainingData)
Read now
Unlock full access