# Motor Trend car data
fit.1ln.rprt(lm('mpg ~ cyl + hp + wt + gear + disp', data=mtcars))
# Tooth Growth data
fit.1ln.rprt(lm('len ~ dose + supp', data=ToothGrowth))
# Earthquake attenuation data
fit.1ln.rprt(lm('accel ~ dist + mag', data=attenu))
# Fertility data
fit.1ln.rprt(lm('parity ~ age + education + spontaneous + induced', data=infert), name.char.len=18)
Run the code above in your browser using DataLab