An application of multivariate meta-analysis for pooling estimates of non-linear associations from multiple studies. The code included is applicable beyond the specific setting of time series analysis of temperature-health relationships. The example illustrate the analysis in the article:
Gasparrini A, Armstrong B, Kenward MG. Multivariate meta-analysis for non-linear and other multi-parameter associations. Statistics in Medicine. 2012;31(29):3821-39. [freely available here]
The original example included in the article was based on data from the National Mortality, Morbidity, and Air Pollution Study (NMMAPS), which at the time of the publication was available through the R package NMMAPSlite. Unfortunately, the data are not available any more and the package NMMAPSlite has been archived. In order to provide a working example, the analysis has been replaced with a similar analysis on a publicly available dataset.
The code primarily uses functions in the R package mvmeta, but functions in the R package dlnm are applied as well.
The material:
Download as a ZIP file using the green button Clone or download above