R/a_models_ml_lrnm.R

Defines functions ml_lrnm

Documented in ml_lrnm

ml_lrnm <- function(...){
  ml_lvm(..., within_latent = "ggm", between_latent = "ggm", within_residual = "ggm", between_residual = "ggm")
}
SachaEpskamp/psychonetrics documentation built on Sept. 1, 2023, 3:40 a.m.