Learn R Programming

regpro (version 0.1.1)

quantil.emp: Empirical p:th quantile

Description

Computes the value of the empirical p:th quantile.

Usage

quantil.emp(y, p)

Arguments

y
n vector; the observed data
p
0

Value

See Also

emp.quantile,

Examples

Run this code
set.seed(2)
n<-100
y<-matrix(runif(n),n,1)
quantil.emp(y,p=0.05)

Run the code above in your browser using DataLab