knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

The epmr package supports educational and psychological measurement in R, with methods and example data for psychometric analysis of results from standardized tests and assessments. This vignette summarizes the main features of the package. For a thorough demonstration, see the associated book at https://thetaminusb.com/intro-measurement-r/.

Overview

The epmr package is organized by type of analysis. Here's a list of the main functions, which all have the suffix study after an abbreviation of the type of analysis in the first few letters.

Helper functions are also provided for

Data

The data in epmr come from two studies involving testing data.



talbano/epmr documentation built on May 1, 2024, 11:10 a.m.