modTempEff-package {modTempEff}R Documentation

Modelling temperature effects on mortality via the constrained segmented distributed lag parameterization

Description

Estimation of a Poisson log linear regression to model the temperature effect on health using the `constrained segmented distributed lag parameterization' which allows to account simultaneously for typical features of temperature effects: nonlinear effect delayed over several days.

Details

Package: modTempEff
Type: Package
Version: 1.1
Date: 2009-09-14
License: GPL

Package modTempEff fits a Poisson log linear regression to model the temperature effect on health using the `constrained segmented distributed lag parameterization' which allows to account simultaneously for typical features of temperature effects: nonlinear effect delayed over several days. Fitting is performed by the function tempeff and print, summary, and plot methods are included to summarize results.

Author(s)

Vito M.R. Muggeo vito.muggeo@unipa.it

References

Muggeo, V.M.R. (2008) Modeling temperature effects on mortality: multiple segmented relationships with common break points Biostatistics 9, 613–620.

Muggeo, V.M.R., Hajat, S. (2009) Modelling the nonlinear multiple-lag effects of ambient temperature on mortality in Santiago and Palermo : a constrained segmented distributed lag approach. Occupational Environmental Medicine 66, 584–591.

Muggeo, V.M.R. (2003) Estimating regression models with unknown break-points. Statistics in Medicine 22, 3055–3071.

Some background references on temperature effect on mortality via time series data (epidemiological papers)

Armstrong, B. (2006) Models for the relationship between ambient temperature and daily mortality Epidemiology 17, 624–631.

Basu, R., Samet, J. (2002). Relation between elevated ambient temperature and mortality: a review of the epidemiologic evidence Epidemiological Reviews 24, 190–202.

See Also

mgcv

Examples

## Not run: 
data(dataset)
o1<-tempeff(dec1~day+factor(dweek)+factor(year)+factor(month), data=dataset,
      tcontrol = temp.control(psi=20, L=c(60,60)), z=mtemp,
      pcontrol = p.control(ridge.formulas=list(cold="xlag^2",heat="xlag^2")),
      fcontrol = fit.control(display=TRUE))
## End(Not run)

[Package modTempEff version 1.1 Index]