cran / bamp

:exclamation: This is a read-only mirror of the CRAN R package repository. bamp — Bayesian Age-Period-Cohort Modeling and Prediction. Homepage: https://volkerschmid.github.io/bamp/ Report bugs for this package: https://github.com/volkerschmid/bamp/issues
2 stars 0 forks source link

How to calculate periods_per_agegroup? #1

Open pkubruce opened 2 months ago

pkubruce commented 2 months ago

I came across an example where the bamp model is specified as follows:

model <- bamp(cases, population, age="rw1", period="rw1", cohort="rw1", periods_per_agegroup = 5)

However, I am unsure how the value for periods_per_agegroup is calculated. Could you please explain the method for determining this parameter?

gaborcsardi commented 2 months ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!