User Guide for pyequate

User Guide

pyequate is a Python package that brings together numerous different score equating methods within the Python environment. It is available on PyPI and can be installed with pip install pyequate. Once installed, import it as you would other Python packages:

#Import package
import pyequate as eq

Equating Methods

Three score equating methods are described in greater detail in this user guide: Random groups, common item/non-equivalent groups (NEAT), and IRT equating. Additional considerations can also be found, such as standard errors of equating, reporting different moments, and ways to visualize equating results. As more functions become available, this user guide will be updated accordingly.