Dexter is an R package for psychometric analysis of data from educational and psychological tests. Dexter typically works with project database files saved on disk.
Installation
install.packages('dexter')
If you encounter a bug, please post a minimal reproducible example on github. We post news and examples on a blog, it’s also the place for general questions.
Example
library(dexter)# start a project and fill it with data# verbAggrRules and verbAggrData are example datasets provided with dexterdb =start_new_project(verbAggrRules, "verbAggression.db")add_booklet(db, verbAggrData, booklet_id ="verb_agg")# Classical test theorytia =tia_tables(db)tia$testStats