Description Usage Arguments Value Examples
Obtains predictions from the fitted bivariate gamma regression models.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S3 method for class 'MBGR'
predict(object, newdata, ...)
predict_MBGR_VC(object, newdata)
predict_MBGR_CV(object, newdata)
predict_MBGR_VV(object, newdata)
predict_MBGR_VI(object, newdata)
predict_MBGR_IV(object, newdata)
predict_MBGR_VE(object, newdata)
predict_MBGR_EV(object, newdata)
predict_MBGR_EC(object, newdata)
predict_MBGR_CE(object, newdata)
|
object |
a fitted model object of class |
newdata |
a data frame that prediction is based upon |
... |
further arguments passed to or from other methods. |
a list with components (depends on model class):
fit |
predictions. |
alpha1.fit |
predicted alpha1 values. |
alpha2.fit |
predicted alpha2 values. |
alpha3.fit |
predicted alpha3 values. |
beta.fit |
predicted beta values. |
tau.fit |
predicted mixing proportion values, if covariates enter the gating network. |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.