50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

pharmr (version 1.0.1)

print_model_symbols: print_model_symbols

Description

Print all symbols defined in a model

Symbols will be in one of the categories thetas, etas, omegas, epsilons, sigmas, variables and data columns

Usage

print_model_symbols(model)

Arguments

model

(Model) Pharmpy model object

Examples

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

Run the code above in your browser using DataLab