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
2
3
4
5
6
7
irt_person_fit(
  wizirt_fit,
  stats = c("Ht"),
  items = NULL,
  level = 0.05,
  na.rm = FALSE
)

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", but accepts all of the person-fit measures from the PerFit package.

items

Which items toe plot? Either a numeric vector of item positions in the column names of the data, or a vector of the item names to include. If nothing is specified all items are included.

level

Numeric. Significance level for bootstrap distribution (value between 0 and 1). Default is 0.05.

na.rm

Logical. If FALSE, NAs are still removed, there is just a warning printed.

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/wizirt documentation built on Nov. 22, 2020, 8:27 p.m.