export(COMPLEXITY, CONGRUENCE, DIMTESTS, EFA, EFA_SCORES, EMPKC, EXTENSION_FA, FACTORABILITY, 
       INTERNAL.CONSISTENCY, LOCALDEP, MAP, MISSING_INFO, NEVALSGT1, PARALLEL,  
       PCA, POLYCHORIC_R, PROCRUSTES, RAWPAR, RECODE, ROOTFIT, SALIENT, SCREE_PLOT, 
       SESCREE, SMT)

importFrom("stats", cor, na.omit, rnorm, cov2cor, pchisq, varimax, factanal, promax, 
           median, sd)

importFrom("psych", polychoric, cor.smooth, fa)

importFrom("polycor", hetcor)

importFrom("graphics", "axis", "plot")

importFrom("utils", packageDescription)

importFrom("mirt", mirt)

importFrom("GPArotation", quartimax, bentlerT, geominT, bifactorT, entropy, 
           quartimin, oblimin, oblimax, simplimax, bentlerQ, geominQ, bifactorQ)


