Skip to content
Prev 361092 / 398506 Next

meaning of lm( y~., data=mydat ), is it a language feature, is it documented, is it supported?

On 23/05/2016 7:26 AM, John Sorkin wrote:
It is documented in the Introduction to R manual (hidden in section 
11.5, "Updating fitted models"), and in ?formula, which ?lm refers to.

Duncan Murdoch