powered by
Obtain the standard deviation of a column of data.
h2o.sd(x, na.rm = FALSE)sd(x, na.rm = FALSE)
sd(x, na.rm = FALSE)
An H2OFrame object.
logical. Should missing values be removed?
logical
h2o.var for variance, and sd for the base R implementation.
h2o.var
sd
# NOT RUN { h2o.init() prosPath <- system.file("extdata", "prostate.csv", package="h2o") prostate.hex <- h2o.uploadFile(path = prosPath) sd(prostate.hex$AGE) # }
Run the code above in your browser using DataLab