mysummary: Statistics Summaries

Description Usage Arguments Details Author(s) See Also Examples

View source: R/mysummary.R

Description

summary is a generic function used to produce result summaries of the results of various model fitting functions.

Usage

1
2
3
4
mysummary(object, ...)

## S3 method for class 'lm'
mysummary(object, ...)

Arguments

object

an object for which a summary is desired.

...

additional arguments affecting the mysummary produced.

Details

summarize the results produced by lm.

Author(s)

Jinquan Lin

See Also

summarize function mysummary.lm, anova

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.