Reference-scaled acceptance limits for bioequivalence
Source:R/bioequivalence.R
be_expand_limits.Rdbe_expand_limits() computes the (possibly widened) bioequivalence
acceptance limits for a scaled-ABE framework given the within-reference
standard deviation. For EMA and Health Canada the limits widen
geometrically with swR and are capped; for the GCC they jump to a fixed
wider band; below the switching variability they remain the conventional
80.00-125.00%.
Arguments
- swR
The within-reference standard deviation of the log-transformed endpoint (for example from
be_within_var()).- regulator
A regulator name (see
be_regulator()) or abe_regulatorobject. Only the ABEL frameworks ("EMA","HC","GCC") widen;"ABE"always returns 80.00-125.00%.
See also
Other Bioequivalence:
be_assess(),
be_compare(),
be_dataset(),
be_design(),
be_extract_param(),
be_fit_model_single(),
be_fit_models(),
be_regulator(),
be_table(),
be_within_var()