summary.RHD: Summary of RepeatedHighDim function

Description Usage Arguments Details Value Author(s) References Examples

View source: R/repeated_high_dim.R

Description

Summary of RepeatedHighDim function

Usage

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

Arguments

object

An object provided by the RepeatedHighDim function.

...

additional arguments affecting the summary produced.

Details

Summarizes the test results obtained by the RepeatedHighDim function.

Value

No value

Author(s)

Klaus Jung

References

Examples

1
2
3
4
5
###### Global comparison of a set of 100 genes between two experimental groups.
X1 = matrix(rnorm(1000, 0, 1), 10, 100)
X2 = matrix(rnorm(1000, 0.1, 1), 10, 100)
RHD = RepeatedHighDim(X1, X2, paired=FALSE)
summary(RHD)

jkruppa/RepeatedHighDim documentation built on May 19, 2019, 12:45 p.m.