Attach fit info and tables to a fit object, e.g. from model fit or Pharmpy grid search final results
Source:R/attach_fit_info.R
attach_fit_info.Rd
Attach fit info and tables to a fit object, e.g. from model fit or Pharmpy grid search final results
Usage
attach_fit_info(
fit,
model,
fit_folder,
output_file = file.path(fit_folder, "model.lst"),
verbose = TRUE
)