Displaying 1 result from an estimated 1 matches for "itemdat".
Did you mean:
itemdata
2009 Nov 08
1
Summary methods
...at("Number of individuals used in estimation:", x$N, "\n")
cat("\n")
printCoefmat(x$coefficients)
}
Use of the methods on a fitted jml object yields:
> summary(aa)
Call:
jml2.formula(formula = ~V1 + V2 + V3 + V4 + V5 + V6 + V7 + V8 +
V9 + V10, data = itemDat, bias = F)
Number of iterations to completion: 6
Number of individuals used in estimation: 486
StdError Infit Outfit
[1,] -0.380346 0.103002 1.007466 0.9935
[2,] 0.025939 0.104052 1.003050 1.0083
[3,] 2.563784 0.171174 0.941453 0.9414
[4,] -2.930519 0.156923 1...