Associate Professor in Statistics
The R-package BAPC implements Bayesian age-period-cohort models with a focus on prediction. Model fitting is performed using integrated nested Laplace approximations (INLA). BAPC generates age-specific and age-standardised projected rates. When interest lies in the predictive distribution, Poisson noise is added automatically.
The BAPC package depends on the INLA package which is available from www.r-inla.org and we recommend to install it in R using:
install.packages("INLA", repos="http://www.math.ntnu.no/inla/R/testing")
The BAPC package can be downloaded from R-forge . It is installed in R using the command
install.packages("BAPC", repos="http://R-Forge.R-project.org")
A testing datasets representing USA lung cancer mortality counts for females from 1950 to 2007 together with the corresponding population counts is available here:
us_data_2014.txt , us_pop_2014.txt . Bayesian inference for bivariate meta-analysis of diagnostic test studies using integrated nested Laplace approximation (INLA).
A purpose built graphic user interface is available. The installation of the R package INLA is compulsory for successful usage.
The INLA package can be obtained from
install.packages("INLA", repos="http://www.math.ntnu.no/inla/R/testing")
The package meta4diag is available from CRAN.
A technical report describing its features and usage is available here.