Description Usage Arguments Value Examples
A type of bias. Declares that selection bias will be a component of interest in the sensitivity analysis. Generally used within other functions; its output is returned invisibly.
1 |
... |
Optional arguments describing the type of potential selection bias. Options are "general" (general selection bias, the default if no options are chosen), "increased_risk" and "decreased_risk" (assumptions about the direction of risk in the selected population), "S = U" (simplification used if the biasing characteristic is common to the entire selected population), and "selected" (when the target of inference is the selected population only). Errors are produced when incompatible assumptions are chosen. |
message |
Logical. If |
Invisibly returns a list with components whose values depend on the
options chosen: n
(the degree of the polynomial in the numerator), d
(the degree of the polynomial in the denominator), m
(the parameters in
the bias factor), mess
(any messages/warnings that should be printed for
the user), and bias
("selection").
1 2 3 4 5 6 7 | selection("selected")
output <- selection("general", "decreased_risk", "S = U")
output
# Calculate an E-value for selection bias
calculate_evalue(RRobs = 4,
biases = selection("general", "increased_risk"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.