Extract bioequivalence parameters from a fitted model
Source:R/bioequivalence.R
be_extract_param.Rdbe_extract_param() turns a be_fit_model_single() fit into the parameters
the regulatory decision needs. It always computes the intra-subject-contrast
(ISC) point estimate, then dispatches on the model type to extract the
model-based geometric means, the geometric mean ratio and its confidence
interval, and the within-formulation standard deviations.
Arguments
- fit
A
be_fitobject frombe_fit_model_single().- ds_ep
The standardized single-endpoint data.frame from
be_dataset().- alpha
The significance level; the confidence interval has level
1 - alpha.
Value
A data.frame with one row per test formulation, carrying the model and ISC point estimates/intervals, geometric means, and within-formulation variances.
See also
Other Bioequivalence:
be_assess(),
be_compare(),
be_dataset(),
be_design(),
be_expand_limits(),
be_fit_model_single(),
be_fit_models(),
be_regulator(),
be_table(),
be_within_var()