percentile95 function

95% percentile intervals

95% percentile intervals

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

percentile95(X)

Arguments

  • X: Matrix

Returns

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

X <- matrix(rnorm(50*3),ncol=3) perc95X <- percentile95(X)
  • Maintainer: Paolo Giordani
  • License: GPL (>= 2)
  • Last published: 2015-09-07

Useful links