predict.erf | R Documentation |
Makes prediction using a fitted erf
object.
## S3 method for class 'erf'
predict(object, newdata = NULL, quantiles = c(0.95, 0.99), ...)
object |
Fitted |
newdata |
Numeric matrix or |
quantiles |
Numeric vector of quantile levels at which estimates are
to be made.
Default is |
... |
Dots. Currently ignored. |
Numeric matrix with predictions for each test point (rows) at the desired quantile levels (columns).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.