modelSummary: summary of results for lm model

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This is a modified version of summary for use with an lm, glm, or lmer object. It provides results that align better with Brauer/Curtin perspective on these linear models from their graduate statistics series

Usage

1
modelSummary(Model, t = TRUE, Print= TRUE, Digits = 4)

Arguments

Model

a linear model, produced by lm.

t

Indicates if t-statistics (TRUE; Default) or F-statistics should be reported for tests of parameter estimates

Print

Print output to screen. Default is TRUE

Digits

Number of digits for values in coefficients table. Default = 4

Details

Reports model summary results from an lm object. Results include parameter estimates and their tests, SSE, model R2

Value

Returns a list with results for model.

Author(s)

John J. Curtin jjcurtin@wisc.edu

See Also

summary, modelR2

Examples

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

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