Learn R Programming

pharmr (version 0.96.0)

set_time_varying_error_model: set_time_varying_error_model

Description

Set a time varying error model per time cutoff

Usage

set_time_varying_error_model(model, cutoff, idv = "TIME")

Value

(Model) Pharmpy model object

Arguments

model

(Model) Pharmpy model

cutoff

(numeric) A value at the given quantile over idv column

idv

(str) Time or time after dose, default is Time

Examples

Run this code
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