Skip to contents

Outputs a dataframe of person locations (theta) and measurement error (SEM) for each person

Usage

RIestThetas(data, method = "WLE")

Arguments

data

Dataframe with response data only (no demographics etc), items as columns

method

Estimation method (defaults to "WLE")

Details

IMPORTANT: only use with complete response data. If you have missing responses, RIestThetasCATr() or RIestThetasCATr2() are recommended instead.

Uses iarm::person_estimates() to estimate person locations (thetas) for a dataframe with item data as columns and persons as rows.

Defaults to use WLE estimation (lower bias than MLE, see Warm, 1989) and PCM.

Note: If you want to use a pre-specified set of item parameters, please use RIestThetasCATr() or RIestThetasCATr2().