Skip to contents

be_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.

Usage

be_extract_param(fit, ds_ep, alpha = 0.1)

Arguments

fit

A be_fit object from be_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.