https://github.com/cran/nFactors
Raw File
Tip revision: 0d077e574bae60fadd67bd0683ad4277c58f593a authored by Gilles Raiche on 10 October 2022, 11:20:07 UTC
version 2.4.1.1
Tip revision: 0d077e5
nFactors.R
#' nFactors: Number of factor or components to retain in a factor analysis
#'
#' A package for determining the number of factor or components to retain in a factor analysis.
#' The methods are all based on eigenvalues.
#'
# #' @section Foo functions:
# #' BentlerParameters
# #' componentAxis
# #' corFA
#'
#' @author Gilles Raiche \cr Centre sur les Applications des Modeles de
#' Reponses aux Items (CAMRI) \cr Universite du Quebec a Montreal\cr
#' \email{raiche.gilles@@uqam.ca}
#'
#' @references
#' Raiche, G., Walls, T. A., Magis, D., Riopel, M. and Blais, J.-G. (2013). Non-graphical solutions
#' for Cattell's scree test. Methodology, 9(1), 23-29.
#'
#' @docType package
#' @name nFactors
NULL
back to top