hyunsooseol / snowRMM

Latent Class Analysis(LCA), LCA for ordinal indicators, Latent class growth modeling, Laten Profile Analysis, Rasch model, Linear Logistic Test Model, Rasch mixture model, linear and equipercentile equating can be performed within module.
7 stars 2 forks source link
bootstrap-fit dif equipercentile-equating jamovi latent-class-analysis latent-profile-analysis linear-equating linear-logistic-test-model rasch-mixture-model rasch-model

snowRMM

Latent Class Analysis(LCA), LCA for ordinal indicators, Latent class growth modeling, Laten Profile Analysis, Rasch model, Linear Logistic Test Model, Rasch mixture model, linear and equipercentile equating can be performed within module. snowRMM module can be installed and used in R as a standard R packages.

Installation

At the moment, snowRMM is not in CRAN yet, so you need to install it via devtools.

library(jmv)

library(jmvReadWrite)

library(jmvconnect)

devtools::install_github("twolodzko/equi")

devtools::install_github("cran/mixRasch")

devtools::install_github("hyunsooseol/snowRMM")