powered by
Evaluates quantiles of a mc object. This function is used by plot.mc
# S3 method for mc quantile(x, probs=seq(0, 1, 0.01), lim=c(0.025, 0.975), na.rm=TRUE, ...) # S3 method for mcnode quantile(x, ...)
A list of quantiles.
a mc objects
the quantiles to be calculated
TRUE or FALSE
a vector of numbers (between 0 and 1) indicating the envelope. Maybe NULL or empty.
For generic method consistency.
The quantiles are evaluated in the variability dimension. Then, the median, the mean and the lim quantiles are evaluated for each of these quantiles.
plot.mc, quantile.
plot.mc
quantile
data(total) quantile(total$xVUM3) quantile(total)
Run the code above in your browser using DataLab