get_initial_conditions
Get initial conditions for the ode system
Default initial conditions at t=0 for amounts is 0
get_initial_conditions(model, dosing = FALSE)
model
: (Model) Pharmpy modeldosing
: (logical) Set to TRUE to add dosing as initial conditions(list) Initial conditions
## Not run: model <- load_example_model("pheno") get_initial_conditions(model) get_initial_conditions(model, dosing=TRUE) ## End(Not run)