Skip to content

Commit

Permalink
Merge pull request #121 from generable/pkpd-data-prep
Browse files Browse the repository at this point in the history
add new filters for dose endpoint
  • Loading branch information
jburos authored Apr 3, 2024
2 parents a43d7d1 + f967469 commit fd73ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geco_filters.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
} else if (endpoint == 'TIMEVARYING') {
c('trial_id', 'trial_arm_id', 'subject_id', 'measurement_name')
} else if (endpoint == 'DOSE') {
c('trial_id', 'trial_arm_id', 'subject_id')
c('trial_id', 'trial_arm_id', 'subject_id', 'day_min', 'day_max')
} else if (endpoint == 'LESIONS') {
c('trial_id', 'trial_arm_id', 'subject_id')
} else if (endpoint == 'LESIONTV') {
Expand Down

0 comments on commit fd73ef2

Please sign in to comment.