R/a_models_ml_lnm.R

Defines functions ml_lnm

Documented in ml_lnm

ml_lnm <- function(...){
  ml_lvm(...,within_latent = "ggm", between_latent = "ggm", within_residual = "cov", between_residual = "cov")
}
SachaEpskamp/psychonetrics documentation built on July 25, 2024, 12:08 p.m.