https://github.com/cran/nFactors
Raw File
Tip revision: 875465dbb701152a2de23d9377cbe4c2604c4ad0 authored by Gilles Raiche on 14 October 2009, 00:00:00 UTC
version 2.3.1
Tip revision: 875465d
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