R/a_models_cholesky.R

Defines functions cholesky

Documented in cholesky

# Latent network model creator
cholesky <- function(
  ...
){
  model <- varcov(...,type = "chol")
  
  # Return model:
  return(model)
}
SachaEpskamp/psychonetrics documentation built on July 25, 2024, 12:08 p.m.