View source: R/functions_wrapper.R
set_time_varying_error_model | R Documentation |
Set a time varying error model per time cutoff
set_time_varying_error_model(model, cutoff, idv = "TIME", dv = NULL)
model |
(Model) Pharmpy model |
cutoff |
(numeric) A cutoff value for idv column |
idv |
(str) Time or time after dose, default is Time |
dv |
(Expr or str or numeric (optional)) Name or DVID of dependent variable. NULL for the default (first or only) |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- set_time_varying_error_model(model, cutoff=1.0)
model$statements$find_assignment("Y")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.