get_cmt {pharmr} | R Documentation |
get_cmt
Description
Get the cmt (compartment) column from the model dataset
If a cmt column is present this will be extracted otherwise a cmt column will be created. If created, multiple dose compartments are dependent on the presence of an admid type column, otherwise, dose/non-dose will be considered.
Usage
get_cmt(model)
Arguments
model |
(Model) Pharmpy model |
Value
(data.frame) CMT
[Package pharmr version 1.0.1 Index]