powered by
Fit distribution quantiles.
# S3 method for intervals quantile(x, q = c(0.125, 0.5, 0.875), ...)
An intervals object.
Vector giving the desired quantiles.
Additional arguments passed to the quantile function of the fit distribution.
# NOT RUN { data(pgm) intervs <- intervals(composite(pgm)) quantile(intervs) # Or you can pass in your own quantiles: quantile(intervs, q = c(0.25, 0.5, 0.75)) # }
Run the code above in your browser using DataLab