An R package for flexible Computerized Adaptive Testing for measurement and prediction (under development)
You can install the development version of flexcat from GitHub using the remotes package:
# Install remotes if not already installed
install.packages("remotes")
# Install flexcat from GitHub
remotes::install_github("tasospsy/flexcat")# Load the package
library(flexcat)