Learn R Programming

pharmr (version 1.4.0)

print_model_code: print_model_code

Description

Print the model code of the underlying model language to the console

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