powered by
Set a time varying error model per time cutoff
set_time_varying_error_model(model, cutoff, idv = "TIME", dv = NULL)
(Model) Pharmpy model object
(Model) Pharmpy model
(numeric) A cutoff value for idv column
(str) Time or time after dose, default is Time
(str or Expr or numeric (optional)) Name or DVID of dependent variable. NULL for the default (first or only)
if (FALSE) { model <- load_example_model("pheno") model <- set_time_varying_error_model(model, cutoff=1.0) model$statements$find_assignment("Y") }
Run the code above in your browser using DataLab