A description of how the funnel plot target and control limits should be constructed for a point target.
1 2 3 4 5 6 7 8 | pointTarget(
limits = 0.05,
normalApprox = TRUE,
crtlOverDisp = FALSE,
trim = 0,
multAdj = "none",
standardised = FALSE
)
|
limits |
a numeric vector containing the (1-limit)100% values for the control limits. |
normalApprox |
a logical value indicating whether use a normal approximation. |
crtlOverDisp |
a logical value indicating whether to adjust control limits to account for overdispersion. |
trim |
the fraction (0 to 0.5) of observations to be trimmed from each end. |
multAdj |
a character indicating which method to use to multiplicity adjustment. Default = "none", other options are "fdr" and "bonferroni". |
standardised |
a logical value indicating whether standardise the per cluster outcome. For binary data this is y = observed/expected. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.