pointTarget: Target is a point

Description Usage Arguments

View source: R/control.R

Description

A description of how the funnel plot target and control limits should be constructed for a point target.

Usage

1
2
3
4
5
6
7
8
pointTarget(
  limits = 0.05,
  normalApprox = TRUE,
  crtlOverDisp = FALSE,
  trim = 0,
  multAdj = "none",
  standardised = FALSE
)

Arguments

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.


oizin/funnelplot documentation built on March 11, 2021, 2:58 p.m.