createSccsDiagnosticThresholds | R Documentation |
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
)
mdrrThreshold |
What is the maximum allowed minimum detectable relative risk (MDRR)? |
easeThreshold |
What is the maximum allowed expected absolute systematic error (EASE). |
timeTrendPThreshold |
What p-value threshold (alpha) will be used to determine temporal instability? |
preExposurePThreshold |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.