createValidationDesign - Define the validation design for external validation

createValidationDesign(
  targetId,
  outcomeId,
  plpModelList,
  populationSettings = NULL,
  restrictPlpDataSettings = NULL,
  recalibrate = NULL,
  runCovariateSummary = TRUE
)

Arguments

targetId

The targetId of the target cohort to validate on

outcomeId

The outcomeId of the outcome cohort to validate on

plpModelList

A list of plpModels objects created by runPlp or a path to such objects

populationSettings

A list of population restriction settings created by createPopulationSettings. Default is NULL and then this is taken from the model

restrictPlpDataSettings

A list of plpData restriction settings created by createRestrictPlpDataSettings. Default is NULL and then this is taken from the model.

recalibrate

A vector of characters specifying the recalibration method to apply,

runCovariateSummary

whether to run the covariate summary for the validation data

Value

A validation design object of class validationDesign