aefaResults: summarise AEFA results

View source: R/kaefa.R

aefaResultsR Documentation

summarise AEFA results

Description

summarise AEFA results

Usage

aefaResults(mirtModel, rotate = NULL, suppress = 0,
  which.inspect = NULL, printRawCoefs = F, simplifyRawCoefs = T,
  returnModel = F)

Arguments

mirtModel

estimated aefa model

rotate

rotation method. Default is NULL, kaefa will be automatically select the rotation criteria using aefa calibrated model.

suppress

cutoff of rotated coefs. Generally .30 is appropriate but .10 will be good in practically

which.inspect

which you are want to inspect of a calibration trial? If NULL, the last model will return.

printRawCoefs

print the raw IRT coefs.

simplifyRawCoefs

print the simplified raw IRT coefs if available when printRawCoefs = TRUE.

returnModel

return converted MIRT model. default is FALSE

Value

summary of aefa results

Examples

## Not run: 
testMod1 <- aefa(mirt::Science, minExtraction = 1, maxExtraction = 2)
aefaResults(testMod1)

## End(Not run)

seonghobae/kaefa documentation built on May 8, 2022, 3:31 p.m.