Skip to content

A R package to fit IRT model (1PL, 2PL, GRM, PRM) in Generalized Linear Mixed Modeling (GLMM) framework

Notifications You must be signed in to change notification settings

JihongZ/IRTmixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRTmixed

A R package to fit IRT model (1PL, 2PL, GRM, PRM) in linear mixed model framework

Installation

devtools::install_github("JihongZ/IRTmixed")

Usage

dt <- read.csv(file = paste0("~/irtmixed_sim/plmixed_files/data_15item_n",n_obs,"_rep",repnumber,".csv"))

mmod1 <- irtmixed::irtmixed(x = dt, itemtype = "2pl", a.fix = true.parm[1,1])

mmod1.param <- summary(mmod1)

About

A R package to fit IRT model (1PL, 2PL, GRM, PRM) in Generalized Linear Mixed Modeling (GLMM) framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages