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")
}

Try the psychonetrics package in your browser

Any scripts or data that you put into this service are public.

psychonetrics documentation built on June 22, 2024, 10:29 a.m.