fakeCc {nlmixr2lib} | R Documentation |
Fake blank Cc for creating PD only models
Description
Fake blank Cc for creating PD only models
Usage
fakeCc(fun, ..., cc = "Cc")
Arguments
fun |
function to that requires Cc |
... |
arguments sent PD function |
cc |
character name of the concentration in the central compartment that will be faked to allow models that require Cc to change to models with Cc as a covariate |
Value
Model where Cc is a covariate
Author(s)
Matthew L. Fidler
Examples
fakeCc(addDirectLin) |> convertEmaxHill()
[Package nlmixr2lib version 0.3.0 Index]