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)

Arguments

X
Matrix

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

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