The R Project SVN R

Rev

Rev 74341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74341 Rev 88581
Line 54... Line 54...
54
  same as the standard deviation, but in general it is not.  (To scale
54
  same as the standard deviation, but in general it is not.  (To scale
55
  by the standard deviations without centering, use
55
  by the standard deviations without centering, use
56
  \code{scale(x, center = FALSE, scale = apply(x, 2, sd, na.rm = TRUE))}.)
56
  \code{scale(x, center = FALSE, scale = apply(x, 2, sd, na.rm = TRUE))}.)
57
}
57
}
58
\references{
58
\references{
59
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
59
  \bibshow{R:Becker+Chambers+Wilks:1988}
60
  \emph{The New S Language}.
-
 
61
  Wadsworth & Brooks/Cole.
-
 
62
}
60
}
63
\seealso{
61
\seealso{
64
  \code{\link{sweep}} which allows centering (and scaling) with
62
  \code{\link{sweep}} which allows centering (and scaling) with
65
  arbitrary statistics.
63
  arbitrary statistics.
66
 
64