Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 9 forks source link

Feature: Add planned site/participant target back to group metadata and display as `n/N (x%)` in report. #1880

Closed samussiah closed 1 week ago

samussiah commented 1 month ago

Feature Details

Enrollment numbers aren't super informative without knowing the target numbers. This update should formalize target numbers in the group metadata model.

Example Code

Possible Implementation

Update the study mapping workflow to explicitly included planned sites (num_plan_site > SiteTarget) and planned subjects (num_plan_subj > ParticipantTarget). Derive these new columns:

Additional Comments