PerFitSE: Compute standard errors for person fit statistics

Description Usage Arguments Details Value Author(s) Examples

Description

Compute standard errors for person fit statistics.

Usage

1

Arguments

x

Object of class "PerFit".

Details

Function PerFit.SE computes jackknife standard errors for the scores of the person fit statistic in object x.

Value

A matrix with two columns: PFscores shows the values of the person-fit statistic and PFscores.SE shows the estimated standard errors.

Author(s)

Jorge N. Tendeiro j.n.tendeiro@rug.nl

Examples

1
2
3
4
5
6
7
8
9
# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)

# Compute the Ht scores:
Ht.out <- Ht(InadequacyData)

# Compute the SEs:
Ht.SE <- PerFit.SE(Ht.out)
Ht.SE

PerFit documentation built on May 2, 2019, 5:26 p.m.