View source: R/confounders.limit.R
confounders.limit | R Documentation |
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.
confounders.limit(p = NA, RR = NA, OR = NA, crude.RR = NULL)
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. |
A list with elements:
model |
Bias analysis performed. |
bias.parms |
Input bias parameters. |
adj.measures |
Output results. |
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.
confounders.limit(OR = 1.65, crude.RR = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.