whichPKmodel | R Documentation |
Return the path of the Monolix PK model defined by a list of parameter names See https://monolix.lixoft.com/rsmlx/whichPKmodel/ for more details.
whichPKmodel(parameter, mlxPath = NULL, pkPath = NULL, lib = FALSE)
parameter |
a vector of PK parameter names |
mlxPath |
path to Monolix install |
pkPath |
path to the Monolix PK library |
lib |
boolean to define if the absolute path is returned |
## Not run:
whichPKmodel(parameter=c("Tlag", "Tk0", "V", "Cl"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.