get_thetas {pharmr}R Documentation

get_thetas

Description

Get all thetas (structural parameters) of a model

Usage

get_thetas(model)

Arguments

model

(Model) Pharmpy model object

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)

[Package pharmr version 1.0.1 Index]