Functions that perform predictions using NADA model objects.
For ros
models, predict the normal quantile of a value.
For cenfit
objects, predict the probabilities of new observations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'ros'
predict(object, newdata, ...)
## S4 method for signature 'cenfit'
predict(object, newdata, conf.int=FALSE, ...)
## S4 method for signature 'cenreg'
predict(object, newdata, conf.int=FALSE, ...)
## S4 method for signature 'cenfit'
pexceed(object, newdata, conf.int=FALSE, ...)
## S4 method for signature 'ros'
pexceed(object, newdata, conf.int=FALSE, conf.level=0.95, ...)
|
object |
An output object from a NADA function such as |
newdata |
Numeric vector of data for which to predict model values.
For |
conf.int |
A logical indicating if confidence intervals should be computed. For
|
conf.level |
The actual confidence level to which to bracket the prediction. Default is 0.95 |
... |
Additional arguments passed to the generic method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.