The R Project SVN R

Rev

Rev 59039 | Rev 65224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 37... Line 37...
37
\details{
37
\details{
38
  \sQuote{Loadings} is a term from \emph{factor analysis}, but because
38
  \sQuote{Loadings} is a term from \emph{factor analysis}, but because
39
  factor analysis and principal component analysis (PCA) are often
39
  factor analysis and principal component analysis (PCA) are often
40
  conflated in the social science literature, it was used for PCA by
40
  conflated in the social science literature, it was used for PCA by
41
  SPSS and hence by \code{\link{princomp}} in S-PLUS to help SPSS users.
41
  SPSS and hence by \code{\link{princomp}} in S-PLUS to help SPSS users.
42
  
42
 
43
  Small loadings are conventionally not printed (replaced by spaces), to
43
  Small loadings are conventionally not printed (replaced by spaces), to
44
  draw the eye to the pattern of the larger loadings.
44
  draw the eye to the pattern of the larger loadings.
45
  
45
 
46
  The \code{print} method for class \code{"\link{factanal}"} calls the
46
  The \code{print} method for class \code{"\link{factanal}"} calls the
47
  \code{"loadings"} method to print the loadings, and so passes down
47
  \code{"loadings"} method to print the loadings, and so passes down
48
  arguments such as \code{cutoff} and \code{sort}.
48
  arguments such as \code{cutoff} and \code{sort}.
49
}
49
}
50
 
50