Learn R Programming

pharmr (version 1.4.0)

get_model_code: get_model_code

Description

Get the model code of the underlying model language as a string

Usage

get_model_code(model)

Value

(str) Model code

Arguments

model

(Model) Pharmpy model

Examples

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

Run the code above in your browser using DataLab