Learn R Programming

pharmr (version 1.0.1)

print_model_code: print_model_code

Description

Print the model code of the underlying model language

Usage

print_model_code(model)

Arguments

model

(Model) Pharmpy model

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
print_model_code(model)
}

Run the code above in your browser using DataLab