Regression

  1. Load the James Bond data set
library(jroreillyregression)
data(bond)
head(bond)
  1. Build a regression model to predict the number of Kills James Bond makes using Relationships and Alcohol_Units as predictors

  2. Are any of the predictors good at informing the number of Kills James Bond makes?

  3. Draw some residual graphs, are the modelling assumptions justified?



jr-packages/jroreillyregression documentation built on Dec. 23, 2019, 8:20 p.m.