powered by
Prints an estPI object.
estPI
# S3 method for estPI print(x,...)
Content of an estPI object
Object of class estPI.
Additional parameters.
Daniel Fischer
The print function displays the matrix of probabilistic indices.
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