Learn R Programming

lmSupport (version 2.9.13)

modelR2: Model R2, adjusted R2 and F-test

Description

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

Usage

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

See Also

lm, modelSummary, summary

Examples

Run this code
# NOT RUN {
##NOT RUN
##m = lm(FPS~BAC+TA, data=BAC)
##modelR2(m)
# }

Run the code above in your browser using DataLab