Learn R Programming

pharmr (version 1.4.0)

transform_etas_tdist: transform_etas_tdist

Description

Applies a t-distribution transformation to selected etas

Initial estimate for degrees of freedom is 80 with bounds (3, 100).

Usage

transform_etas_tdist(model, list_of_etas = NULL)

Value

(Model) Pharmpy model object

Arguments

model

(Model) Pharmpy model to apply t distribution transformation to.

list_of_etas

(array(str) or str (optional)) Name/names of etas to transform. If NULL, all etas will be transformed (default).

See Also

transform_etas_boxcox

transform_etas_john_draper

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- transform_etas_tdist(model, c("ETA_CL"))
model$statements$before_odes$full_expression("CL")
}

Run the code above in your browser using DataLab