Skip to content

Commit

Permalink
add new filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos committed Apr 3, 2024
1 parent 62c094b commit f967469
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 @@ -118,7 +118,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 f967469

Please sign in to comment.