f.get.reg.output: Take output from lm function and put relevant info into a...

Description Usage Arguments Author(s) Examples

Description

Returns a dataframe with predictors and coefficients listed along with model statistics F,df,p, and r-squred values.

Usage

1

Arguments

out.lm

results of a linear regression from lm()

Author(s)

Adam Meade awmeade@ncsu.edu

Examples

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)

awmeade/psymetlab documentation built on Nov. 21, 2020, 11:39 p.m.