| print.estPI {gMWT} | R Documentation | 
Print an estPI Object
Description
Prints an estPI object.
Usage
 ## S3 method for class 'estPI'
print(x,...)
Arguments
| x | Object of class  | 
| ... | Additional parameters. | 
Details
The print function displays the matrix of probabilistic indices.
Value
Content of an estPI object
Author(s)
Daniel Fischer
Examples
  X <- c(sample(15))
  g <- c(1,1,1,2,2,2,2,3,3,3,4,4,4,4,4)
  res <- estPI(X,g,type="single")
  print(res)
[Package gMWT version 1.4 Index]