Re: [R] extracting P values from lm model

2010-11-29 Thread David L Lorenz
11/29/2010 09:30 AM Subject: [R] extracting P values from lm model Sent by: r-help-boun...@r-project.org Hello I am trying to get out of an lm model the fstatistics, however after I run the model I write > names(Model) and the fstatistic does not appear only these. names(Model) [1] "

[R] extracting P values from lm model

2010-11-29 Thread Rosario Garcia Gil
Hello I am trying to get out of an lm model the fstatistics, however after I run the model I write > names(Model) and the fstatistic does not appear only these. names(Model) [1] "coefficients" "residuals" "effects" "rank" "fitted.values" [6] "assign""qr"