View source: R/functions_wrapper.R
is_linearized | R Documentation |
Determine if a model is linearized
is_linearized(model)
model |
(Model) Pharmpy model |
(logical) TRUE if model has been linearized and FALSE otherwise
## Not run:
model1 <- load_example_model("pheno")
is_linearized(model1)
model2 <- load_example_model("pheno_linear")
is_linearized(model2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.