measureR is an an R Shiny application for educational and psychological measurement, including:
- Content Validity (CV)
- Exploratory Factor Analysis (EFA)
- Confirmatory Factor Analysis (CFA)
- Classical Test Theory (CTT)
- Item Response Theory (IRT)
All analyses can be performed without writing any code, making the package accessible for researchers, students, and applied analysts.
# Install from CRAN (when available)
install.packages("measureR")
# Install development version from GitHub (optional)
remotes::install_github("hdmeasure/measureR")library(measureR)
measureR::run_measureR()This opens the full Shiny application, including all measureR modules, data upload, built-in datasets, interactive plots, and reporting features.
🎬 Click the image to watch the installation and quick-start tutorial for measureR.
- Aiken’s V, CVR (Lawshe), I-CVI, and S-CVI/Ave computation.
- Automatic critical value comparison and interpretation badges.
- Clear tabular summaries and export-ready results.
- KMO, Bartlett test, parallel analysis.
- Factor extraction with rotation.
- Factor scores and loading matrix export.
- Clean HTML summaries for clearer interpretation.
- Lavaan model editor.
- Fit measures, loadings, factor scores.
- Fully customized SEM path diagrams.
- Item difficulty and discrimination indices.
- Test reliability (α), SEM, and score distribution analysis.
- Distractor analysis for multiple-choice items.
- Comprehensive item and test-level summary outputs.
- Supports dichotomous and polytomous items.
- Automatically fits Rasch, 2PL, 3PL (or PCM/GRM/GPCM).
- ICC plots, test information, factor scores.
- Multi-dimensional visualization with 3D surfaces and heatmaps.
The full functionality of measureR is available through an interactive Shiny web application.
👉 Launch the live application:
https://measure.shinyapps.io/measureR/
The web interface provides direct access to all analysis modules, including Content Validity, Exploratory and Confirmatory Factor Analysis, Classical Test Theory, and Item Response Theory, allowing users to explore the application without local installation.
If you use measureR in publications, please cite:
Djidu, H. (2026). measureR: Tools for educational and psychological measurement. https://github.com/hdmeasure/measureR. R Packages.
Bug reports and feature requests are welcome:
https://github.com/hdmeasure/measureR/issues
MIT License © 2026 Hasan Djidu

