powered by
H2OParsedData
sd(x, na.rm = FALSE)
library(h2o) localH2O = h2o.init() irisPath = system.file("extdata", "iris.csv", package="h2o") iris.hex = h2o.importFile(localH2O, path = irisPath, key = "iris.hex") sd(iris.hex[,4])
Run the code above in your browser using DataLab