powered by
Cholesky decomposition of joint normally distributed random variables
cholesky_decompose(model, rvs = NULL)
(Model) An updated Pharmpy model
(Model) Pharmpy model
(array(str) (optional)) Names of random variables to decompose. NULL means all etas and is the default
if (FALSE) { model <- load_example_model("pheno") model <- create_joint_distribution(model, c('ETA_CL', 'ETA_VC')) model <- cholesky_decompose(model) model$statements }
Run the code above in your browser using DataLab