Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 683 Bytes

snowRMM

This module provides Latent Class Analysis, Laten Profile Analysis, Rasch model, Linear Logistic Test Model, and Rasch mixture model including model information,fit statistics,and bootstrap fit based on JMLE. Furthermore, 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(haven)

library(jmvReadWrite)

library(jmvconnect)

devtools::install_github("twolodzko/equi")

devtools::install_github("cran/mixRasch")

devtools::install_github("hyunsooseol/snowRMM")