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,
crude.RR = deprecated()
)A list with elements:
Bias analysis performed.
Input bias parameters.
Output results.
Proportion with the confounder among the unexposed group.
Relative risk between the confounder and the outcome.
Odds ratio between the confounder and the outcome.
Crude relative risk between the exposure and the outcome.
Deprecated. Please use crude_RR.
Fox, M.P, MacLehose, R.F., Lash, T.L., 2021 Applying Quantitative Bias Analysis to Epidemiologic Data, pp.129--131, 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.
Other confounding:
confounders(),
confounders_array(),
confounders_evalue(),
confounders_ext(),
probsens_irr_conf()
confounders_limit(OR = 1.65, crude_RR = 1.5)
Run the code above in your browser using DataLab