Learn R Programming

ThreeWay (version 1.1.3)

percentile95: 95% percentile intervals

Description

Computes 2.5% and 97.5% percentiles for all columns of X.

Usage

percentile95(X)

Value

A list including the following components:

lo

Vector of the 2.5% percentiles of the values in the columns of X

up

Vector of the 97.5% percentiles of the values in the columns of X

Arguments

X

Matrix

Author

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

bootstrapCP,bootstrapT3

Examples

Run this code
X <- matrix(rnorm(50*3),ncol=3)
perc95X <- percentile95(X)

Run the code above in your browser using DataLab