Learn R Programming

pharmr (version 1.4.0)

get_central_volume_and_clearance: get_central_volume_and_clearance

Description

Get the volume and clearance parameters

Usage

get_central_volume_and_clearance(model)

Value

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

Arguments

model

(Model) Pharmpy model

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
get_central_volume_and_clearance(model)
}

Run the code above in your browser using DataLab