Searched refs:patch_res (Results 1 – 1 of 1) sorted by relevance
44 patch_res <- as.integer(patch$traces[[i]]$results) globalVar46 patch_norm <- shapiro.test(patch_res);61 hist <- ggplot(data=data.frame(x=as.integer(patch_res)), aes(x)) +78 mww <- wilcox.test(patch_res, nopatch_res, conf.int = TRUE, exact=TRUE)88 t <- t.test(patch_res, nopatch_res, paired=FALSE)100 name=paste("Benchmark, n=", length(patch_res))) +