Description Usage Arguments Author(s) Examples
Returns a dataframe with predictors and coefficients listed along with model statistics F,df,p, and r-squred values.
1  | f.get.reg.output(out.lm)
 | 
out.lm | 
 results of a linear regression from lm()  | 
Adam Meade awmeade@ncsu.edu
1 2 3 4 5  | ## Not run: 
model.out <- lm(sat.act[,1]~sat.act[,2]+sat.act[,3])
f.get.reg.output(model.out)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.