modelR2: Model R2, adjusted R2 and F-test

Description Usage Arguments Value Author(s) See Also Examples

Description

Reports model R2, adjusted R2, and F-test of model R2.

Usage

1
modelR2(Model, Print=TRUE)

Arguments

Model

an lm model object

Print

print results to screen. Default is TRUE

Value

Returns full list object from modelSummary() with many stats

Author(s)

John J. Curtin jjcurtin@wisc.edu

See Also

lm, modelSummary, summary

Examples

1
2
3
##NOT RUN
##m = lm(FPS~BAC+TA, data=BAC)
##modelR2(m)

lmSupport documentation built on May 2, 2019, 2:14 p.m.

Related to modelR2 in lmSupport...