Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent age group definitions #34

Open
cheryltan opened this issue Mar 27, 2024 · 0 comments
Open

Consistent age group definitions #34

cheryltan opened this issue Mar 27, 2024 · 0 comments

Comments

@cheryltan
Copy link

Hi @edward-burn could we please have the age group stratifications defined consistently throughout the code? Thank you!

e.g

ageGroup = list(c(0, 150),

ageGroup = list(c(0, 150),
c(0, 17),
c(18, 59), c(60, 150),
ageGroup = list(c(19, 59), c(60, 150)),

ageGroup = list(c(19, 59), c(60, 150)),

The denominator age group in line 293 should be 18,59?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant