https://github.com/cran/nFactors
Revision 923d0cc1f43c36debbea1f1fb06e4de448065380 authored by Gilles Raiche on 31 August 2019, 09:11:55 UTC, committed by cran-robot on 31 August 2019, 09:11:55 UTC
1 parent 592b098
Raw File
Tip revision: 923d0cc1f43c36debbea1f1fb06e4de448065380 authored by Gilles Raiche on 31 August 2019, 09:11:55 UTC
version 2.3.3.1
Tip revision: 923d0cc
NAMESPACE

importFrom(graphics, boxplot)

export("bentlerParameters",
       "componentAxis",
       "corFA",
       "diagReplace",
       "eigenBootParallel",
       "eigenComputes",
       "eigenFrom",
       "generateStructure",
       "is.nFactors",
       "is.nScree",
       "is.structureSim",
       "iterativePrincipalAxis",
       "makeCor",
       "moreStats",
       "nBartlett",
       "nBentler",
       "nCng",
       "nMreg",
       "nScree",
       "nSeScree",
       "parallel",
       "plotnScree",
       "plotParallel",
       "plotuScree",
       "principalAxis",
       "principalComponents",
       "rRecovery",
       "structureSim",
       "studySim")

S3method("print",   "nFactors")
S3method("summary", "nFactors")

S3method("plot",    "nScree")
S3method("print",   "nScree")
S3method("summary", "nScree")

S3method("boxplot", "structureSim")
S3method("plot",    "structureSim")
S3method("print",   "structureSim")
S3method("summary", "structureSim")





back to top