measureR

CRAN status CRAN release Downloads Total Downloads

R-CMD-check License: MIT Lifecycle: stable

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.


Installation

# Install from CRAN (when available)
install.packages("measureR")

# Install development version from GitHub (optional)
remotes::install_github("hdmeasure/measureR")

Launch the Application

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.


Video Tutorial

measureR – Installation and Quick Start

🎬 Click the image to watch the installation and quick-start tutorial for measureR.


Features

βœ” Content Validity (CV)

βœ” Exploratory Factor Analysis (EFA)

βœ” Confirmatory Factor Analysis (CFA)

βœ” Classical Test Theory (CTT)

βœ” Item Response Theory (IRT)


Live Demo (Shiny Application)

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.


Citation

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.


Contributing

Bug reports and feature requests are welcome:

https://github.com/hdmeasure/measureR/issues


License

MIT License Β© 2026 Hasan Djidu