print.estPI | R Documentation |
Prints an estPI
object.
## S3 method for class 'estPI'
print(x,...)
x |
Object of class |
... |
Additional parameters. |
The print function displays the matrix of probabilistic indices.
Content of an estPI
object
Daniel Fischer
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.