Create predictive probabilities
predictCyclops(plpModel, data, cohort)
An object of type predictiveModel
as generated using
fitPlp
.
The new plpData containing the covariateData for the new population
The cohort to calculate the prediction for
The value column in the result data.frame is: logistic: probabilities of the outcome, poisson: Poisson rate (per day) of the outome, survival: hazard rate (per day) of the outcome.
Generates predictions for the population specified in plpData given the model.