get_central_volume_and_clearance {pharmr} | R Documentation |
Get the volume and clearance parameters
get_central_volume_and_clearance(model)
model |
(Model) Pharmpy model |
(sympy.Symbol) Volume symbol sympy.Symbol Clearance symbol
## Not run:
model <- load_example_model("pheno")
get_central_volume_and_clearance(model)
## End(Not run)