Fit a single group of data
fit_group(
data,
par_DF,
sigma_DF,
fit_decision,
this_model,
settings_optimx,
modelfun,
dose_norm,
log10_trans,
max_mult,
suppress.messages
)
An object of class `optimx` (i.e. a data.frame with fit results)
A single group of data
par_DF for a single group of data
sigma_DF for a single group of data
Whether the fit is able to be calculated or excluded.
Name of the `pk_model` object to fit
The settings for optimization.
Name of the model concentration function
TRUE or FALSE -- whether to dose-normalize concentrations before evaluating log-likelihood
TRUE or FALSE -- whether to 1og10-transform concentrations before evaluating log-likelihood
Multiplier for maximum acceptable value. Default set to NULL and currently unused.
TRUE or FALSE -- whether to suppress messages or emit them