convert_theta: convert raw score to theta and proficiency estimates

View source: R/raw-to-scale.R

convert_thetaR Documentation

convert raw score to theta and proficiency estimates

Description

convert raw score to theta and proficiency estimates

Usage

convert_theta(raw_theta_tbl, name, round = TRUE)

Arguments

raw_theta_tbl

table with theta values, in a column called theta. Produced by raw_to_scale() or raw_to_scale_subscores()

name

The name of the given test, e.g., "ELA_G8"

round

Implement standard rounding, rather than R's rounding.

Value

data frame with the raw scores, thetas, and proficiency estimates

Examples

library(exirt)
## Not run: 
convert_theta(raw_theta_tbl = raw_to_scale(), name = 'ELA_G8')

## End(Not run)

UO-BRT/exirt documentation built on Jan. 29, 2023, 8:51 a.m.