powered by
This function creates the settings required by externalValidatePlp
createValidationSettings(recalibrate = NULL, runCovariateSummary = TRUE)
A setting object of class validationSettings containing a list of settings for externalValidatePlp
validationSettings
A vector of characters specifying the recalibration method to apply
Whether to run the covariate summary for the validation data
Users need to specify whether they want to sample or recalibate when performing external validation
# do weak recalibration and don't run covariate summary createValidationSettings(recalibrate = "weakRecalibration", runCovariateSummary = FALSE)
Run the code above in your browser using DataLab