Learn R Programming

gMWT (version 1.4)

print.estPI: Print an estPI Object

Description

Prints an estPI object.

Usage

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

Value

Content of an estPI object

Arguments

x

Object of class estPI.

...

Additional parameters.

Author

Daniel Fischer

Details

The print function displays the matrix of probabilistic indices.

Examples

Run this code
  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)

Run the code above in your browser using DataLab