search for: e4hnen

Displaying 1 result from an estimated 1 matches for "e4hnen".

1997 Aug 04
1
R-alpha: scale()
Here is a version of the function scale() which may be worth adding to the distribution. No NA's yet, though. And yes, I could also write documentation if necessary ... -k *********************************************************************** scale <- function(x, center = TRUE, scale = TRUE) { x <- as.matrix(x) nc <- ncol(x) if (is.logical(center)) { if (center) x