predict.logistic_copula: predict.logistic_copula
Description
Computes predicted probability of Y=1 for a logistic regression model with
a vine extension.
Usage
# S3 method for logistic_copula
predict(object, new_x, ...)
Value
A numeric vector of estimates of the conditional probability
of Y=1 | x, computed for each row of new_x.
Arguments
- object
The model object as returned by fit_copula_interactions
- new_x
A matrix of covariate values to compute predictions for.
- ...
Not used.