Skip to contents

Per-arm subject counts (BigN) for the efficacy population used by cdisc_eff_resp / eff_resp_card — subjects with a BOR record in pharmaverseadam::adrs_onco. Same two-column naming convention as cdisc_saf_n; the totals differ from cdisc_saf_n because not every safety-pop subject contributes a best-overall-response record.

Usage

cdisc_eff_n

Format

A data frame with 4 rows and 3 columns; same schema as cdisc_saf_n (arm, arm_short, n).

Source

Derived in data-raw/bundle-demo.R from the per-arm BOR denominator computed inside the cdisc_eff_resp pipeline.

See also

cdisc_saf_n for the safety-population counterpart.

Examples

# Efficacy BigN joined into column headers.
ne <- stats::setNames(cdisc_eff_n$n, cdisc_eff_n$arm_short)
col_spec(label = "Placebo\nN={ne['placebo']}")@label
#> [1] "Placebo\nN=86"