R/a_models_ml_rnm.R

Defines functions ml_rnm

Documented in ml_rnm

ml_rnm <- function(...){
  ml_lvm(..., within_latent = "cov", between_latent = "cov", 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.