Threshold used when calling exportToCsv()
to determine if we pass or fail diagnostics.
createCmDiagnosticThresholds(
mdrrThreshold = 10,
easeThreshold = 0.25,
sdmThreshold = 0.1,
equipoiseThreshold = 0.2,
attritionFractionThreshold = 1
)
What is the maximum allowed minimum detectable relative risk (MDRR)?
What is the maximum allowed expected absolute systematic error (EASE).
What is the maximum allowed standardized difference of mean (SDM)? If any covariate has an SDM exceeding this threshold, the diagnostic will fail.
What is the minimum required equipoise?
What is the maximum allowed attrition fraction? If the attrition between the input target cohort and the target cohort entering the outcome model is greater than this fraction, the diagnostic will fail.
An object of type CmDiagnosticThresholds
.