View source: R/functions_wrapper.R
| cholesky_decompose | R Documentation |
Cholesky decomposition of joint normally distributed random variables
cholesky_decompose(model, rvs = NULL)
model |
(Model) Pharmpy model |
rvs |
(array(str) (optional)) Names of random variables to decompose. NULL means all etas and is the default |
(Model) An updated Pharmpy model
## Not run:
model <- load_example_model("pheno")
model <- create_joint_distribution(model, c('ETA_CL', 'ETA_VC'))
model <- cholesky_decompose(model)
model$statements
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.