search for: percentilepoints

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

2013 Sep 23
0
Unable to execute Java MapReduce (Hadoop) code from R using rJava
...9;s not error message as well? Below is the R code using rJava and calling the Java code written in the backend: *library(rJava) * *mueda <- function(analysis = "eda",* * input = NULL, * * output = NULL, * * columns = c(NULL), * * columnSeparator = NULL,* * cat.cut.off = 50,* * percentilePoints = c(0,0.01,0.05,0.1,0.25,0.50,0.75,0.90,0.95,0.99,1),* * histogram = FALSE) {* * * * if (is.null(input) || is.null(output) || is.null(columns) || is.null(columnSeparator)) {* * stop("Usage: mueda(<analysis>, <input>, <output>, <columns>, <columnSeparator>, [<c...