r-causal icon indicating copy to clipboard operation
r-causal copied to clipboard

CCD algorithm does not work

Open ericstrobl opened this issue 7 years ago • 0 comments

library(stringr) library(rJava) library(rcausal) data("audiology") ccd <- ccd(df=audiology, continuous = FALSE, depth = -1, verbose = TRUE)

Error in .jcall(ccd_instance, "V", "setVerbose", verbose) : method setVerbose with signature (Z)V not found

ericstrobl avatar Dec 31 '17 02:12 ericstrobl