Displaying 1 result from an estimated 1 matches for "jml2".
Did you mean:
jm2
2009 Nov 08
1
Summary methods
...)
cat("Number of iterations to completion:", x$iter, "\n")
cat("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...