Learn R Programming

pharmr (version 1.4.0)

add_pd_iiv: add_pd_iiv

Description

Adds IIVs to all PD parameters in :class:pharmpy.model.

Usage

add_pd_iiv(model, initial_estimate = 0.09)

Value

(Model) Pharmpy model object

Arguments

model

(Model) Pharmpy model to add new IIVs to.

initial_estimate

(numeric) Value of initial estimate of parameter. Default is 0.09

See Also

add_iiv

add_iov

remove_iiv

remove_iov

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- set_direct_effect(model, 'emax')
model$statements$find_assignment("EC_50")
model <- add_pd_iiv(model)
model$statements$find_assignment("EC_50")
}

Run the code above in your browser using DataLab