Learn R Programming

gMWT (version 1.4)

summary.re: Summarize an re Object

Description

Summarizes and prints an re object in an informative way.

Usage

# S3 method for re
summary(object, ...)

Value

Summary for an re object

Arguments

object

Object of class re.

...

Additional parameters.

Author

Daniel Fischer

Details

Summary for a re object.

Examples

Run this code
  X <- matrix(c(rnorm(500,2,1),rnorm(600,2,1),rnorm(400,2.2,1)),byrow=TRUE, ncol=10)
  colnames(X) <- letters[1:10]
  g <- c(rep(1,50),rep(2,60),rep(3,40))

  test <- gmw(X,g,test="kw",type="external")

  re1 <- getSigTests(test)
  
  summary(re1)

Run the code above in your browser using DataLab