percentile95 {ThreeWay} | R Documentation |
95% percentile intervals
Description
Computes 2.5% and 97.5% percentiles for all columns of X
.
Usage
percentile95(X)
Arguments
X |
Matrix |
Value
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 |
Author(s)
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
See Also
Examples
X <- matrix(rnorm(50*3),ncol=3)
perc95X <- percentile95(X)
[Package ThreeWay version 1.1.3 Index]