PerFit.SE {PerFit} | R Documentation |
Compute standard errors for person fit statistics.
PerFit.SE(x)
x |
Object of class "PerFit". |
Function PerFit.SE
computes jackknife standard errors for the scores of the person fit statistic in object x
.
A matrix with two columns: PFscores
shows the values of the person-fit statistic and PFscores.SE
shows the estimated standard errors.
Jorge N. Tendeiro j.n.tendeiro@rug.nl
# 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