| plot.re | R Documentation | 
Plots an re object returned from the function getSigTests.
 ## S3 method for class 're'
plot(x,...)
| x | Object of class  | 
| ... | Additional parameters. | 
This function plots a rejection plot for an existing re object.
A plot from a re object
Daniel Fischer
getSigTests
  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)
  
  plot(re1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.