Learn R Programming

PerFit (version 1.4.7)

PerFit.SE: Compute standard errors for person fit statistics

Description

Compute standard errors for person fit statistics.

Usage

PerFit.SE(x)

Value

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

Arguments

x

Object of class "PerFit".

Author

Jorge N. Tendeiro tendeiro@hiroshima-u.ac.jp

Details

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

Examples

Run this code
# 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

Run the code above in your browser using DataLab