R/a_models_ggm.R

Defines functions ggm

Documented in ggm

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