View source: R/predict.bivRegr.R
predict.bivRegr | R Documentation |
Obtains predictions for a bivRegr object, that is the bivRegr means, variances, and correlation for given covariate values.
## S3 method for class 'bivRegr' predict(object, newdata = NULL, ...)
object |
A bivRegr fit. |
newdata |
A data frame defining the covariate values for prediction. Default is NULL and the prediction will be done in the original data. |
... |
Additional predict options. |
This function returns prediction of bivRegr mean, variance and correlation models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.