percentile95: 95% percentile intervals

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1

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

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

bootstrapCP,bootstrapT3

Examples

1
2
X <- matrix(rnorm(50*3),ncol=3)
perc95X <- percentile95(X)

Example output



ThreeWay documentation built on May 2, 2019, 9:20 a.m.