confounders.limit: Bounding the bias limits of unmeasured confounding.

View source: R/confounders.limit.R

confounders.limitR Documentation

Bounding the bias limits of unmeasured confounding.

Description

Function to elicit the limits on measures of effect corrected for an unmeasured confounder when only some of the bias parameters are known. Crude relative risk between exposure and outcome has minimally to be provided. Up to 3 other parameters can be entered.

Usage

confounders.limit(p = NA, RR = NA, OR = NA, crude.RR = NULL)

Arguments

p

Proportion with the confounder among the unexposed group.

RR

Relative risk between the confounder and the outcome.

OR

Odds ratio between the confounder and the outcome.

crude.RR

Crude relative risk between the exposure and the outcome.

Value

A list with elements:

model

Bias analysis performed.

bias.parms

Input bias parameters.

adj.measures

Output results.

References

Lash, T.L., Fox, M.P, Fink, A.K., 2009 Applying Quantitative Bias Analysis to Epidemiologic Data, pp.59–78, Springer.

Flanders, W. Dana, Khoury, Muin J., 1990. Indirect Assessment of Confounding: Graphic Description and Limits on Effect of Adjusting for Covariates. Epidemiology 1(3): 239–246.

Examples

confounders.limit(OR = 1.65, crude.RR = 1.5)

episensr documentation built on Aug. 30, 2023, 5:09 p.m.