View source: R/functions_wrapper.R
get_dv_symbol | R Documentation |
Get the symbol for a certain dvid or dv and check that it is valid
get_dv_symbol(model, dv = NULL)
model |
(Model) Pharmpy model |
dv |
(Expr or str or numeric (optional)) Either a dv symbol, str or dvid. If NULL (default) return the only or first dv. |
(sympy.Symbol) DV symbol
## Not run:
model <- load_example_model("pheno")
get_dv_symbol(model, "Y")
get_dv_symbol(model, 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.