powered by
Compute standard errors for person fit statistics.
PerFit.SE(x)
A matrix with two columns: PFscores shows the values of the person-fit statistic and PFscores.SE shows the estimated standard errors.
PFscores
PFscores.SE
Object of class "PerFit".
Jorge N. Tendeiro tendeiro@hiroshima-u.ac.jp
Function PerFit.SE computes jackknife standard errors for the scores of the person fit statistic in object x.
PerFit.SE
x
# 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