philchalmers / mirt

Multidimensional item response theory
199 stars 75 forks source link

Feature request: provide EMhistory in `mirt` output #225

Closed netique closed 2 years ago

netique commented 2 years ago

In EM.group, there is EMhistory matrix that I think is very useful and could be part of a fitted object produced by mirt. For some SE.types, it is already returned by EM.group, but then it is sadly not carried any further (from what I see). It would be nice to have it for all EM fits somewhere in fit@Internals.

Many thanks for considering the feature!

philchalmers commented 2 years ago

Seems reasonable to me. You can now add technical = list(storeEMhistory=TRUE) during estimation, and extract the history via extract.mirt(mod, 'EMhistory')