getCqItanalSummary {conquestr} | R Documentation |
returns an itanal as a data frame in summary format: one row per generalised item with:
item label
valid N
facility (see conquestr::getCqItanalFacility
)
item-rest correlation
item-total correlation
fit (infit/weighted MNSQ) if available
item locations (deltas)
getCqItanalSummary(itan)
itan |
A list of class "cqItanal" created by |
A data frame.
mySys <- ConQuestSys()
myItan <- getCqItanal(mySys)
getCqItanalSummary(myItan)