Concept

summary(lm.fit): Output Detailed Statistical Information in R

#summary(lm.fit) provides “detailed” information on the model including: #1.) R^2 statistic #2.) F-statistic #3.) p-values #4.) standard errors for coefficients for the model summary(lm.fit)

Below is an example of the type of output information you can get calling summary(lm.fit)

(from Pg. 111 of Introduction to Statistical Learning with Applications in R).

Image 0

0

1

Updated 2020-03-01

Tags

Data Science