The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 97... Line 97...
97
  (centered and possibly scaled) data matrix, not by using
97
  (centered and possibly scaled) data matrix, not by using
98
  \code{eigen} on the covariance matrix.  This
98
  \code{eigen} on the covariance matrix.  This
99
  is generally the preferred method for numerical accuracy.  The
99
  is generally the preferred method for numerical accuracy.  The
100
  \code{print} method for these objects prints the results in a nice
100
  \code{print} method for these objects prints the results in a nice
101
  format and the \code{plot} method produces a scree plot.
101
  format and the \code{plot} method produces a scree plot.
102
  
102
 
103
  Unlike \code{\link{princomp}}, variances are computed with the usual
103
  Unlike \code{\link{princomp}}, variances are computed with the usual
104
  divisor \eqn{N - 1}.
104
  divisor \eqn{N - 1}.
105
  
105
 
106
  Note that \code{scale = TRUE} cannot be used if there are zero or
106
  Note that \code{scale = TRUE} cannot be used if there are zero or
107
  constant (for \code{center = TRUE}) variables.
107
  constant (for \code{center = TRUE}) variables.
108
}
108
}
109
\note{
109
\note{
110
  The signs of the columns of the rotation matrix are arbitrary, and
110
  The signs of the columns of the rotation matrix are arbitrary, and