summary.lm.mp: Summarizing massively parallel linear model fits

Description Usage Arguments Value Author(s) See Also Examples

Description

summary method for class "lm.mp".

Usage

1
2
## S3 method for class 'lm.mp'
summary(object, ...)

Arguments

object

an object of class lm.mp, ordinarily created by the function of that name or by lm4d.

...

not currently used.

Value

tstat

matrix of pointwise t-statistics for each coefficient in the linear model

pvalue

matrix of the pointwise p-values for each coefficient in the linear model

aicc

vector of pointwise corrected AIC

Author(s)

Philip Reiss phil.reiss@nyumc.org and Lei Huang huangracer@gmail.com

See Also

lm.mp

Examples

1
2
3
4
Y = matrix(rnorm(6000), nrow=20)
X = rnorm(20)
t1 = lm.mp(Y, ~X)
st1 = summary(t1)

vows documentation built on May 2, 2019, 9:26 a.m.