extract_theta_summary: Extract Theta Recovery Summary from a Fitted mirt Model...

View source: R/irt_simulate.R

extract_theta_summaryR Documentation

Extract Theta Recovery Summary from a Fitted mirt Model (Internal)

Description

Computes EAP theta estimates and summarizes recovery via correlation and RMSE against true theta.

Usage

extract_theta_summary(mod, theta_true, iteration, sample_size)

Arguments

mod

A fitted mirt object.

theta_true

Numeric vector of true theta values.

iteration

Integer iteration number.

sample_size

Integer sample size.

Value

Single-row data frame with theta_results columns.


irtsim documentation built on April 24, 2026, 1:07 a.m.