Skip to content

Commit 0b89770

Browse files
authored
Merge pull request #120 from oxford-pharmacoepi/post_studyathon_changes
Fix age groups to match incidence.
2 parents 72f67b0 + 5b55e80 commit 0b89770

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Study/Cohorts/InstantiateCohorts.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ if (run_incidence == TRUE) {
88
c(0, 150),
99
c(0, 4),
1010
c(5, 9),
11-
c(10, 19),
12-
c(20, 29),
11+
c(10, 14),
12+
c(15, 18),
13+
c(19, 29),
1314
c(30, 39),
1415
c(40, 49),
1516
c(50, 59),
1617
c(60, 69),
1718
c(70, 79),
1819
c(80, 150),
19-
c(0, 19),
20-
c(20, 64),
20+
c(0, 18),
21+
c(19, 64),
2122
c(65, 150)
2223
),
2324
cohortDateRange = study_period,

0 commit comments

Comments
 (0)