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

Try the psychonetrics package in your browser

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

psychonetrics documentation built on Oct. 3, 2023, 5:09 p.m.