exposure_misc: Computes adjusted OR for given bias parameters

Description Usage Arguments

Description

Computes adjusted OR for given bias parameters

Usage

1
2
exposure_misc(ep_op, en_op, ep_on, en_on, se_p = 1, se_n = 1, sp_p = 1,
  sp_n = 1, verbose = FALSE, allow_negatives = FALSE)

Arguments

ep_op

Number of observations that were exposure positive and outcome positive

en_op

Number of observations that were exposure negative and outcome positive

ep_on

Number of observations that were exposure positive and outcome negative

en_on

Number of observations that were exposure negative and outcome negative

se_p

Sensitivity of exposure classification when the subject is outcome positive

se_n

Sensitivity of exposure classification when the subject is outcome negative

sp_p

Specificity of exposure classification when the subject is outcome positive

sp_n

Specificity of exposure classification when the subject is outcome negative

verbose

Should verbose results be produced?

allow_negatives

Should negative values be allowed in the corrected contingency table? You should have a good reason for setting this to TRUE.


philliplab/qba documentation built on May 25, 2019, 5:06 a.m.