Learn R Programming

pharmr (version 1.0.1)

get_model_code: get_model_code

Description

Get the model code of the underlying model language

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")
get_model_code(model)
}

Run the code above in your browser using DataLab