
measureR is an an R Shiny application for educational and psychological measurement, including:
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.
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