inst/snippets/Exploration10.3.6.R

# sum of the absolute values of the residuals of the linear model
sum(abs(resid(lm(height ~ footlength, data = FootHeight))))
rpruim/ISIwithR documentation built on May 28, 2019, 1:30 a.m.