powered by
Convert model to other format
Note that the operation is not done inplace.
convert_model(model, to_format)
(Model) Updated Pharmpy model
(Model) Pharmpy model
(str) Name of format to convert into. Currently supported 'generic', 'nlmixr', 'nonmem', and 'rxode'
if (FALSE) { model <- load_example_model("pheno") converted_model <- convert_model(model, "nlmixr") }
Run the code above in your browser using DataLab