predictCyclops: Create predictive probabilities

View source: R/CyclopsModels.R

predictCyclopsR Documentation

Create predictive probabilities

Description

Create predictive probabilities

Usage

predictCyclops(plpModel, data, cohort)

Arguments

plpModel

An object of type predictiveModel as generated using fitPlp.

data

The new plpData containing the covariateData for the new population

cohort

The cohort to calculate the prediction for

Details

Generates predictions for the population specified in plpData given the model.

Value

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.


OHDSI/PatientLevelPrediction documentation built on May 3, 2024, 12:11 a.m.