Obtains predictions for a bivRegr object, that is the bivRegr means, variances, and correlation for given covariate values.
# S3 method for bivRegr
predict(object, newdata = NULL, ...)A bivRegr fit.
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.