Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 433 Bytes

File metadata and controls

19 lines (14 loc) · 433 Bytes

flexcat

An R package for flexible Computerized Adaptive Testing for measurement and prediction (under development)

Installation

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)