View source: R/functions_wrapper.R
convert_model | R Documentation |
Convert model to other format
Note that the operation is not done inplace.
convert_model(model, to_format)
model |
(Model) Model to convert |
to_format |
(str) Name of format to convert into. Currently supported 'generic', 'nlmixr', 'nonmem', and 'rxode' |
(Model) New model object with new underlying model format
## Not run:
model <- load_example_model("pheno")
converted_model <- convert_model(model, "nlmixr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.