Computes SCOPE logistic predictions on new data
# S3 method for scope.logistic
predict(object, newdata, probs = TRUE, include_intercept = TRUE, ...)Returns n-length vector of predictions
SCOPE model as outputted by scope.logistic. Must have simply.the.best = TRUE
New covariates on which to make predictions. Must be of the same form as the model was trained on
If TRUE returns probabilities, if FALSE returns binary predictions
If TRUE, a column of 1s will be added to the (continuous) design matrix. Must match format of training data.
Additional arguments to pass to other predict methods
scope.logistic