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
)

Arguments

fit

pharmpy fit object

model

pharmpy model object or NONMEM model code (character) or path to NONMEM model file.

output_file

NONMEM output file, default is run.lst

verbose

verbose output?