Methods for function quantile in Package NADA
Methods for the function quantile
in package NADA
Compute the modeled values of quantiles or probabilities using a model object.
## S4 method for signature 'ros' quantile(x, probs=NADAprobs, ...) ## S4 method for signature 'cenfit' quantile(x, probs=NADAprobs, conf.int=FALSE, ...) ## S4 method for signature 'cenmle' quantile(x, probs=NADAprobs, conf.int=FALSE, ...)
x |
An output object from a NADA fuction such as |
probs |
Numeric vector of probabilities for which to calculate model values. The default is the global variable NADAprobs = c(0.05, 0.10, 0.25, 0.50, 0.75, 0.90, 0.95). |
conf.int |
A logical indicating if confidence intervals should be computed.
For |
... |
Additional arguments passed to the generic method. |
data(Cadmium) mymodel = cenfit(Cadmium$Cd, Cadmium$CdCen, Cadmium$Region) quantile(mymodel, conf.int=TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.