Difference between revisions of "Converting between exposure-response parameters"

From Testiwiki
Jump to: navigation, search
(first draft made together with User:Heta)
 
(Example models included for the RR-OR relationships)
Line 1: Line 1:
 
{{method|moderator=Jouni}}
 
{{method|moderator=Jouni}}
'''Converting between exposure-response parameters''' helps in using different kinds of input data for exposure-response modelling. Especially, sometimes relateive risks (RR) are given, while sometimes odds ratios (OR) are used. These can be transformed from one to another if enough background data is available.
+
'''Converting between exposure-response parameters''' helps in using different kinds of input data for exposure-response modelling. Especially, sometimes relative risks (RR) are given, while sometimes odds ratios (OR) are used. These can be transformed from one to another if enough background data is available.
  
 
==Scope==
 
==Scope==
Line 26: Line 26:
 
  RR = OR/( 1-P<sub>X0</sub>+OR*P<sub>X0</sub> ).
 
  RR = OR/( 1-P<sub>X0</sub>+OR*P<sub>X0</sub> ).
  
Thus, we can see that OR can be translated to RR (and vice versa) only if the background incidence is known. If P<sub>X0</sub> is small, OR is close to RR, but the difference may be substantial if P<sub>X0</sub> and OR are large.
+
Thus, we can see that OR can be translated to RR (and vice versa) only if the background incidence is known. If P<sub>X0</sub> is small, OR is close to RR, but the difference may be substantial if P<sub>X0</sub> and OR are large. For example models, see
 
+
[http://en.opasnet.org/w/Image:Risk_ratio_vs_odds_ratio.xls Excel-model] and [http://en.opasnet.org/w/Image:Risk_ratio_vs_odds_ratio.ANA Analytica-model]
  
 
We can also look at these parameters using the regression coefficient ß obtained from an epidemiological study. The interpretation and usage of ß depends on the statistical model used.
 
We can also look at these parameters using the regression coefficient ß obtained from an epidemiological study. The interpretation and usage of ß depends on the statistical model used.

Revision as of 10:55, 8 July 2009

Converting between exposure-response parameters helps in using different kinds of input data for exposure-response modelling. Especially, sometimes relative risks (RR) are given, while sometimes odds ratios (OR) are used. These can be transformed from one to another if enough background data is available.

Scope

How to transform different exposure-response parameters from one to another and use them in a coherent way? Especially, we are interested in relative risk, odds ratio, and unit risk.

Definition

The definition of relative risk (or risk ratio, RR) is

RR = PX1/PX0,

where P is the incidence of disease (or alternatively the probability of the disease during a fixed time period), X1 is the exposure in the group of interest, and X0 is the exposure in the control group (or background group).

Using the same terms, odds ratio (OR) is

OR = ( PX1/(1-PX1) ) / ( (PX0/(1-PX0) ).

We can solve the PX1 (incidence in the exposed group) from both equations:

PX1 = RR*PX0 and

PX1 = OR*PX0/( 1-PX0+OR*PX0 ) and therefore

RR = OR/( 1-PX0+OR*PX0 ).

Thus, we can see that OR can be translated to RR (and vice versa) only if the background incidence is known. If PX0 is small, OR is close to RR, but the difference may be substantial if PX0 and OR are large. For example models, see Excel-model and Analytica-model

We can also look at these parameters using the regression coefficient ß obtained from an epidemiological study. The interpretation and usage of ß depends on the statistical model used.

If a linear model is used, then it is assumed that

ln(PX) = α + ß*X

for each exposure level X. Then,

RR = exp(ß*(X1-X0)).

If a logistic model is used (which is typical in case-control studies where the background parameter α cannot be estimated), then it is assumed that

ln(PX/( 1-PX) ) = α + ß*X.

Then,

OR = exp(ß*(X1-X0)).

It must be noted that the parameters ß are NOT the same in linear and logistic approaches. The linear and logistic betas can be converted by the following formula

ßRR = ßOR - ln(PX0exp(ßOR*(X1-X0))-PX0+1) / (X1-X0)