Segmented Poisson models Enrique Vidal, Roberto Pastor-Barriuso, - - PowerPoint PPT Presentation

segmented poisson models
SMART_READER_LITE
LIVE PREVIEW

Segmented Poisson models Enrique Vidal, Roberto Pastor-Barriuso, - - PowerPoint PPT Presentation

Segmented Poisson models Enrique Vidal, Roberto Pastor-Barriuso, Enrique Vidal, Roberto Pastor-Barriuso, Marina Polln, Gonzalo Lpez-Abente Marina Polln, Gonzalo Lpez-Abente Enviromental and Cancer Epidemiology Unit, National Centre of


slide-1
SLIDE 1

Segmented Poisson models

Enrique Vidal, Roberto Pastor-Barriuso, Enrique Vidal, Roberto Pastor-Barriuso, Marina Pollán, Gonzalo López-Abente Marina Pollán, Gonzalo López-Abente

Enviromental and Cancer Epidemiology Unit, National Centre of Epidemiology, Carlos III Institute of

  • Health. Madrid, Spain.

CIBERESP, Spain

slide-2
SLIDE 2

background There are many situations in which threshold effects could be supposed to explain dose-response relationship @ Diabetes @ Mortality trends @ Physics

2 4 6 8 10 10 20 30 Dose Response

We need tools to deal with dose-response analyses

slide-3
SLIDE 3

background Standard dose-response Standard dose-response analyses provide flexible tools to describe the overall shape of the relationship * Categorical Analyses * Non Parametrical Regressions * Splines

2 4 6 8 10 10 20 30 Dose Response

BUT identification of change points is subjective We need to test existence & location of possible change points

slide-4
SLIDE 4

background

Dose Response 2 4 6 8 10 10 20 30

Standard dose-response Standard dose-response analyses provide flexible tools to describe the overall shape of the relationship * Categorical Analyses * Non Parametrical Regressions * Splines BUT identification of change points is subjective We need to test existence & location of possible change points

slide-5
SLIDE 5

background One choice could be linear joinpoint regression + It tests existence of joinpoints + It’s already implemented

  • It assumes an abrupt transition

2 4 6 8 10 10 20 30 Dose Response

May be smooth transitions will be more plausible in many biological settings

slide-6
SLIDE 6

Aim It would be desirable to find a model that assess changes in response trends related to a dose variable tests existence and location of change points allows a gradual transition at the change point could be implemented in R code

slide-7
SLIDE 7

model We propose a Segmented Poisson Model with Poisson variance for aggregated counts Free dispersion parameter for extra variance (small areas) 2 intersecting straight lines for differential dose-response Hyperbolic transition function for smoothness at the change point and a log link function

λ+σ λ-σ λ γ = σ γ = 0,5σ γ = 0,1σ β β0 + ( β β1 + β β2)(c - λ λ) β0 + (β1 - β2)(c - λ)

Hyperbolic Transition

Response

2 2 2 1 i

) ( ) ( ] )/ ( log[ γ λ β λ β β Ζ α + − + − + + + = c c n d E

i

slide-8
SLIDE 8

Estimation For change point and transition parameter fixed, the function is lineal in ß so existence is tested performing a grid search over the dose variable, and applying improved Bonferroni corrections for multiple search to a likelihood ratio test location is estimated by searching around de ML knot of the above

  • grid. Its CI is approximated by cubic spline interpolation over the knots

Once the existence and location of the change point has been assed, the final model is fitted to obtain the corresponding slopes

slide-9
SLIDE 9

function Input Data, as data frame Outcome variable, as character Dose variable, as character Covariates (offset), as formula Output Change Point existence test Change point location point & interval estimates Slopes below & above change point

slide-10
SLIDE 10

examples [1] Renal cancer mortality Response: Deaths by municipalities in Spain (1994-2003) Dose: Distance to he nearest metallurgical facilities (EPER) Covariables: Expected cases (offset), age, sex, socio-eco. ind. [2] Breast cancer incidence: Response: New cases from 16 (of the 50) Spanish registers Dose: Year of diagnosis (1970-2004) Covariables: Person-years (offset), register

slide-11
SLIDE 11

Results [1] Renal cancer mortality It does exist a change point (p-value < 0.005), located at 17 Km (CI 95% 0 28 Km) away from the point source

20 40 60 80 100 0.5 1.0 1.5 2.0 Distance / Km Relative Risk

Renal Cancer Mortality

*

25 50 Km

Significant decrease of renal cancer mortality with further distance bellow change point, no trend above it

slide-12
SLIDE 12

Results [2] Breast cancer incidence

1970 1975 1980 1985 1990 1995 2000 2005 0.5 1 2

Year Rate ratio

B reast C ancer Incidence

It does exist a change point (p-value < 10-10), happening in year 1999 (CI 95% 1996 2001) Breast cancer incidence increased in Spain (2.8% per year) during the 70s, 80s &90s and levelled in the XXI century

slide-13
SLIDE 13

Thank you