Skip to content
Prev 176148 / 398503 Next

extract the p value of F statistics from the lm class

On 05/04/2009 4:18 AM, tedzzx wrote:
If you're looking for something like that, the two places to look are:
  - the man page ?summary.lm (which gives the answer)
  - unclass(x) will display the object without the fancy printing, so 
you can see that the man page is accurate.  (Sometimes man pages are 
incomplete, and this way is needed, but not in this case.)

Duncan Murdoch