
Compute Study Summary
compute_study_summary.RdCreates a data frame summarizing number of subjects in each treatment group.
Examples
data_proc <- preprocess(cqtkit_data_verapamil)
compute_study_summary(data_proc, TRTG, ID)
#> # A tibble: 3 × 2
#> grouping n_sub
#> <chr> <int>
#> 1 Total 22
#> 2 Placebo 22
#> 3 Verapamil HCL 21