View source: R/functions_wrapper.R
transform_etas_tdist | R Documentation |
Applies a t-distribution transformation to selected etas
Initial estimate for degrees of freedom is 80 with bounds (3, 100).
transform_etas_tdist(model, list_of_etas = NULL)
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). |
(Model) Pharmpy model object
transform_etas_boxcox
transform_etas_john_draper
## Not run:
model <- load_example_model("pheno")
model <- transform_etas_tdist(model, c("ETA_CL"))
model$statements$before_odes$full_expression("CL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.