Learn R Programming

irt (version 0.1.1)

rsss: Convert raw score to scale score and vice versa

Description

Convert raw score to scale score and vice versa

Usage

rsss(ip, raw_score = NULL, scale_score = NULL, theta_range = c(-5, 5))

Arguments

ip

An Itempool-class object.

raw_score

A value (or vector of values) representing raw score(s).

scale_score

A value (or vector of values) representing scale score(s).

theta_range

The limits of the scale score. The default is c(-5, 5).

Value

A vector of raw or scale scores.