Description Usage Arguments Value Author(s) See Also Examples
Computes 2.5% and 97.5% percentiles for all columns of X
.
1 | percentile95(X)
|
X |
Matrix |
A list including the following components:
lo |
Vector of the 2.5% percentiles of the values in the columns of |
up |
Vector of the 97.5% percentiles of the values in the columns of |
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
1 2 | X <- matrix(rnorm(50*3),ncol=3)
perc95X <- percentile95(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.