predict.bivRegr {refreg}R Documentation

Predict method for bivRegr

Description

Obtains predictions for a bivRegr object, that is the bivRegr means, variances, and correlation for given covariate values.

Usage

## S3 method for class 'bivRegr'
predict(object, newdata = NULL, ...)

Arguments

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.

Value

This function returns prediction of bivRegr mean, variance and correlation models.


[Package refreg version 0.1.1 Index]