Learn Before
Concept

lm.fit: Output Basic Statistical Information in R

### start with assigning lm.fit to the model: lm.fit = lm(XVAL~YVAL, data = datavar) #1. lm.fit provides “basic” information *such as* Coefficients lm.fit

Below is an example of the type of output information you can get calling lm.fit (from Pg. 111 of Introduction to Statistical Learning with Applications in R).

Image 0

0

1

Updated 2020-04-04

Tags

Data Science