Skip to content
Prev 14616 / 15274 Next

Correct princeton R models link

Hi All,
Someone wrote:
"Check all objects in lm results, you check 'summary(lm1)
names(lm1)
lm1<- lm(x1+x2+x3)'
names will show you need 'coefs(lm1)' u can check using cover and vcov
matrix

see data.princeton.edu/R/linear models.html for some names you can use
directly with 'lm'"

However, the correct link is this:
http://data.princeton.edu/r/linearmodels.html

Cheers,

Chris Ridder