predict.logistic_copula {LogisticCopula} | R Documentation |
Computes predicted probability of Y=1 for a logistic regression model with a vine extension.
## S3 method for class 'logistic_copula'
predict(object, new_x, ...)
object |
The model object as returned by fit_copula_interactions |
new_x |
A matrix of covariate values to compute predictions for. |
... |
Not used. |
A numeric vector of estimates of the conditional probability of Y=1 | x, computed for each row of new_x.