irt_person_fit: A function used to get additional person-level information,...

Description Usage Arguments Value Examples

View source: R/irt_person_fit.R

Description

If there is missing data present, non-parametric imputation will be done to get the cutoff for the measures.

Usage

1
irt_person_fit(wizirt_fit, stats = c("Ht"), items = NULL)

Arguments

wizirt_fit

An object coming from the fit_wizirt function.

stats

A character or character string identifying person-level fit measures. Default is "Ht". All of the stats in PerFit should be available. Let me know if any don't work. for more information.

Value

A list with person-level statistics, person-response functions, data for person-response functions, and an empty slot for multi-level information that will be coming soon.

Examples

1
pfa <- wizirt2:::irt_person_fit(my_model)

Pflegermeister/wizirt2 documentation built on Oct. 23, 2020, 1:29 a.m.