get_thetas: get_thetas

View source: R/functions_wrapper.R

get_thetasR Documentation

get_thetas

Description

Get all thetas (structural parameters) of a model

Usage

get_thetas(model)

Arguments

model

(Model) Pharmpy model

Value

(Parameters) A copy of all theta parameters

See Also

get_omegas : Get omega parameters

get_sigmas : Get sigma parameters

Examples

## Not run: 
model <- load_example_model("pheno")
get_thetas(model)

## End(Not run)

pharmr documentation built on May 28, 2026, 5:08 p.m.