print.estPI: Print an estPI Object

print.estPIR Documentation

Print an estPI Object

Description

Prints an estPI object.

Usage

 ## S3 method for class 'estPI'
print(x,...)

Arguments

x

Object of class estPI.

...

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)

gMWT documentation built on April 19, 2023, 5:11 p.m.