Threshold used when calling exportToCsv()
to determine if we pass or fail diagnostics.
createSccsDiagnosticThresholds(
mdrrThreshold = 10,
easeThreshold = 0.25,
timeTrendPThreshold = 0.05,
preExposurePThreshold = 0.05
)
What is the maximum allowed minimum detectable relative risk (MDRR)?
What is the maximum allowed expected absolute systematic error (EASE).
What p-value threshold (alpha) will be used to determine temporal instability?
What p-value threshold (alpha) will be used to determine whether the rate of the outcome was higher just before exposure initiation?
An object of type SccsDiagnosticThresholds
.