get_central_volume_and_clearance {pharmr}R Documentation

get_central_volume_and_clearance

Description

Get the volume and clearance parameters

Usage

get_central_volume_and_clearance(model)

Arguments

model

(Model) Pharmpy model

Value

(sympy.Symbol) Volume symbol sympy.Symbol Clearance symbol

Examples

## Not run: 
model <- load_example_model("pheno")
get_central_volume_and_clearance(model)

## End(Not run)


[Package pharmr version 1.0.1 Index]