View source: R/ExternalValidatePlp.R
createValidationSettings | R Documentation |
This function creates the settings required by externalValidatePlp
createValidationSettings(recalibrate = NULL, runCovariateSummary = TRUE)
recalibrate |
A vector of characters specifying the recalibration method to apply |
runCovariateSummary |
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
A setting object of class validationSettings
containing a list of settings for externalValidatePlp
# do weak recalibration and don't run covariate summary
createValidationSettings(recalibrate = "weakRecalibration",
runCovariateSummary = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.