Skip to contents

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
)