https://github.com/cran/nFactors
Raw File
Tip revision: d698320a894fbd444a99aa3d4dbce1f129cb82ac authored by Gilles Raiche on 28 March 2020, 04:50:06 UTC
version 2.4.1
Tip revision: d698320
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