confounding.Rd
A type of bias. Declares that unmeasured confounding will be a component of interest in the multi-bias sensitivity analysis. Generally used within other functions, its output is returned invisibly.
confounding(..., verbose = FALSE)
... | Other arguments. Not currently used for this function. |
---|---|
verbose | Logical. If |
Invisibly returns a list with components n
(2, the degree of the
polynomial in the numerator), d
(1, the degree of the polynomial in the
denominator), mess
(any messages/warnings that should be printed for the
user), and bias
("confounding").
#> [1] "confounding"# Calculate an E-value for unmeasured confounding only multi_evalue(est = RR(4), biases = confounding())#>#>#> point lower upper #> RR 4.000000 NA NA #> Multi-bias E-values 7.464102 NA NA