mysummary.lm: Summarize Linear Model Fits

Description Usage Arguments Details Author(s) See Also Examples

View source: R/mysummary.lm.R

Description

mysummary method for class "lm"

Usage

1
mysummary.lm(regmodel, ...)

Arguments

regmodel

an object of class "lm", usually, a result of a call to lm.

...

further arguments passed to or from other methods.

Details

print.mysummary.lm tries to be smart about formatting the result. See more of anova function and summary.lm function.

Author(s)

Jinquan Lin

See Also

objects to See Also as anova, summary.lm

Examples

1
2
3
4
5
##---- 

data(table36)
lm36 <- lm(y~.,data=table36)
mysummary(lm36)

jinimp/zhbit7 documentation built on May 19, 2019, 10:36 a.m.