Guest User

Untitled

a guest
Aug 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. R: extracting lm() attributes
  2. summary(lm(this_vector ~ that_vector))["fstatistic"][[1]][1]
  3.  
  4. summary(lm(this_vector ~ that_vector))$fstatistic[1]
  5. summary(lm(this_vector ~ that_vector))[["fstatistic"]][1]
Add Comment
Please, Sign In to add comment