predict.logistic_copula {LogisticCopula} | R Documentation |
predict.logistic_copula
Description
Computes predicted probability of Y=1 for a logistic regression model with a vine extension.
Usage
## S3 method for class 'logistic_copula'
predict(object, 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. |
Value
A numeric vector of estimates of the conditional probability of Y=1 | x, computed for each row of new_x.
[Package LogisticCopula version 0.1.0 Index]