We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @edward-burn could we please have the age group stratifications defined consistently throughout the code? Thank you!
e.g
FluroquinolonesStudyathon/1_StudyCode/RunAnalysis.R
Line 264 in 02c44d2
Line 293 in 02c44d2
The denominator age group in line 293 should be 18,59?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @edward-burn could we please have the age group stratifications defined consistently throughout the code? Thank you!
e.g
FluroquinolonesStudyathon/1_StudyCode/RunAnalysis.R
Line 264 in 02c44d2
ageGroup = list(c(0, 150),
c(0, 17),
c(18, 59), c(60, 150),
FluroquinolonesStudyathon/1_StudyCode/RunAnalysis.R
Line 293 in 02c44d2
ageGroup = list(c(19, 59), c(60, 150)),
The denominator age group in line 293 should be 18,59?
The text was updated successfully, but these errors were encountered: