Results
pander::pander(cputimes)
- Fresa: 0.6421
- LASSO: 0.2318
- RF: 1.762
- SVM: 0.0098
pander::pander(featsize)
- BSWiMS: 6.53
- LASSO: 16.84
- RPART: 24.95
- RF: 6.65
- FT: 8.15
- TT: 0
- WT: 0
- BF: 0
- pearson: 2.7
- spearman: 4.8
- kendall: 4.02
- mRMR: 31
bp <- barPlotCiError(as.matrix(cp$CorTable),metricname = "Pearson Correlation",thesets = cp$thesets,themethod = cp$theMethod,main = "Pearson Correlation",offsets = c(0.5,0.05),args.legend = list(x = "bottomright"))

pander::pander(bp$barMatrix,caption = "Pearson Correlation",round = 3)
Pearson Correlation
BSWiMS |
0.403 |
RF |
0.218 |
RPART |
0.113 |
LASSO |
0.398 |
SVM |
0.381 |
ENS |
0.398 |
pander::pander(bp$ciTable,caption = "Pearson Correlation with 95%CI",round = 3)
Pearson Correlation with 95%CI
Regression Algorithm |
0.403 |
0.187 |
0.582 |
Regression Algorithm |
0.218 |
-0.017 |
0.429 |
Regression Algorithm |
0.113 |
-0.124 |
0.337 |
Regression Algorithm |
0.398 |
0.182 |
0.578 |
Regression Algorithm |
0.381 |
0.162 |
0.564 |
Regression Algorithm |
0.398 |
0.182 |
0.578 |
bp <- barPlotCiError(as.matrix(cp$RMSETable),metricname = "RMSE",thesets = cp$thesets,themethod = cp$theMethod,main = "RMSE",offsets = c(0.5,5),args.legend = list(x = "bottomright"))

pander::pander(bp$barMatrix,caption = "RMSE",round = 3)
RMSE
BSWiMS |
50.71 |
RF |
54.07 |
RPART |
61.35 |
LASSO |
50.75 |
SVM |
51.28 |
ENS |
50.76 |
pander::pander(bp$ciTable,caption = "RMSE with 95%CI",round = 3)
RMSE with 95%CI
Regression Algorithm |
50.71 |
43.57 |
60.68 |
Regression Algorithm |
54.07 |
46.46 |
64.7 |
Regression Algorithm |
61.35 |
52.71 |
73.41 |
Regression Algorithm |
50.75 |
43.6 |
60.72 |
Regression Algorithm |
51.28 |
44.06 |
61.36 |
Regression Algorithm |
50.76 |
43.61 |
60.74 |
bp <- barPlotCiError(as.matrix(cp$BiasTable),metricname = "BIAS",thesets = cp$thesets,themethod = cp$theMethod,main = "BIAS",offsets = c(0.5,0.5),args.legend = list(x = "bottomright"))

pander::pander(bp$barMatrix,caption = "BIAS",round = 3)
BIAS
BSWiMS |
-0.117 |
RF |
0.615 |
RPART |
-2.126 |
LASSO |
0.636 |
SVM |
-3.262 |
ENS |
-0.532 |
pander::pander(bp$ciTable,caption = "BIAS with 95%CI",round = 3)
BIAS with 95%CI
Regression Algorithm |
-0.117 |
-12.12 |
11.89 |
Regression Algorithm |
0.615 |
-12.18 |
13.41 |
Regression Algorithm |
-2.126 |
-16.64 |
12.39 |
Regression Algorithm |
0.636 |
-11.38 |
12.65 |
Regression Algorithm |
-3.262 |
-15.38 |
8.851 |
Regression Algorithm |
-0.532 |
-12.55 |
11.48 |
barplot(unlist(jaccard),las = 2,cex.axis = 1,cex.names = 0.7,main = "Jaccard Index",xlab = "Filter Method",ylab = "Jaccard")

barplot(unlist(featsize)+1,las = 2,cex.axis = 1,cex.names = 0.7,log = "y",xlab = "Filter Method",ylab = "# of Features+1")

bp <- barPlotCiError(as.matrix(cp$CorTable_filter),metricname = "Pearson Correlation",thesets = cp$theFiltersets,themethod = cp$theRegressMethod,main = "Pearson Correlation",offsets = c(0.0,0.10),args.legend = list(x = "bottomright"),angle=45)

pander::pander(bp$barMatrix,caption = "Pearson Correlation",round = 3)
Pearson Correlation (continued below)
Linear Regression |
0.432 |
0.459 |
0.385 |
0.356 |
0.465 |
-0.685 |
Robust Regression |
0.422 |
0.445 |
0.371 |
0.389 |
0.454 |
-0.685 |
Ridge Regression |
0.434 |
0.462 |
0.412 |
0.355 |
0.463 |
-0.685 |
LASSO |
0.431 |
0.433 |
0.418 |
0.336 |
0.424 |
-0.685 |
SVM |
0.471 |
0.41 |
0.323 |
0.453 |
0.382 |
-0.685 |
Random Forest |
0.422 |
0.381 |
0.26 |
0.339 |
0.347 |
-0.685 |
Table continues below
Linear Regression |
-0.685 |
-0.685 |
0.345 |
0.369 |
0.368 |
Robust Regression |
-0.685 |
-0.685 |
0.336 |
0.381 |
0.383 |
Ridge Regression |
-0.685 |
-0.685 |
0.344 |
0.376 |
0.381 |
LASSO |
-0.685 |
-0.685 |
0.346 |
0.362 |
0.366 |
SVM |
-0.685 |
-0.685 |
0.446 |
0.382 |
0.354 |
Random Forest |
-0.685 |
-0.685 |
0.338 |
0.332 |
0.32 |
Linear Regression |
0.417 |
Robust Regression |
0.385 |
Ridge Regression |
0.414 |
LASSO |
0.401 |
SVM |
0.381 |
Random Forest |
0.337 |
pander::pander(bp$ciTable,caption = "Pearson Correlation with 95%CI",round = 3)
Pearson Correlation with 95%CI
BSWiMS |
0.432 |
0.221 |
0.605 |
BSWiMS |
0.422 |
0.209 |
0.597 |
BSWiMS |
0.434 |
0.224 |
0.606 |
BSWiMS |
0.431 |
0.22 |
0.604 |
BSWiMS |
0.471 |
0.267 |
0.634 |
BSWiMS |
0.422 |
0.209 |
0.596 |
LASSO |
0.459 |
0.253 |
0.626 |
LASSO |
0.445 |
0.236 |
0.614 |
LASSO |
0.462 |
0.256 |
0.628 |
LASSO |
0.433 |
0.222 |
0.605 |
LASSO |
0.41 |
0.195 |
0.587 |
LASSO |
0.381 |
0.162 |
0.564 |
RPART |
0.385 |
0.167 |
0.567 |
RPART |
0.371 |
0.151 |
0.556 |
RPART |
0.412 |
0.198 |
0.589 |
RPART |
0.418 |
0.204 |
0.593 |
RPART |
0.323 |
0.097 |
0.517 |
RPART |
0.26 |
0.028 |
0.465 |
RF:BSWiMS |
0.356 |
0.134 |
0.544 |
RF:BSWiMS |
0.389 |
0.171 |
0.57 |
RF:BSWiMS |
0.355 |
0.133 |
0.543 |
RF:BSWiMS |
0.336 |
0.112 |
0.528 |
RF:BSWiMS |
0.453 |
0.245 |
0.62 |
RF:BSWiMS |
0.339 |
0.115 |
0.53 |
F-Test |
0.465 |
0.259 |
0.63 |
F-Test |
0.454 |
0.246 |
0.621 |
F-Test |
0.463 |
0.258 |
0.629 |
F-Test |
0.424 |
0.212 |
0.598 |
F-Test |
0.382 |
0.163 |
0.565 |
F-Test |
0.347 |
0.124 |
0.537 |
t-Test |
-0.685 |
-0.792 |
-0.538 |
t-Test |
-0.685 |
-0.792 |
-0.538 |
t-Test |
-0.685 |
-0.792 |
-0.538 |
t-Test |
-0.685 |
-0.792 |
-0.538 |
t-Test |
-0.685 |
-0.792 |
-0.538 |
t-Test |
-0.685 |
-0.792 |
-0.538 |
W-Test |
-0.685 |
-0.792 |
-0.538 |
W-Test |
-0.685 |
-0.792 |
-0.538 |
W-Test |
-0.685 |
-0.792 |
-0.538 |
W-Test |
-0.685 |
-0.792 |
-0.538 |
W-Test |
-0.685 |
-0.792 |
-0.538 |
W-Test |
-0.685 |
-0.792 |
-0.538 |
Binomial Test |
-0.685 |
-0.792 |
-0.538 |
Binomial Test |
-0.685 |
-0.792 |
-0.538 |
Binomial Test |
-0.685 |
-0.792 |
-0.538 |
Binomial Test |
-0.685 |
-0.792 |
-0.538 |
Binomial Test |
-0.685 |
-0.792 |
-0.538 |
Binomial Test |
-0.685 |
-0.792 |
-0.538 |
Pearson |
0.345 |
0.121 |
0.535 |
Pearson |
0.336 |
0.112 |
0.528 |
Pearson |
0.344 |
0.12 |
0.534 |
Pearson |
0.346 |
0.123 |
0.536 |
Pearson |
0.446 |
0.238 |
0.616 |
Pearson |
0.338 |
0.113 |
0.529 |
Spearman |
0.369 |
0.149 |
0.555 |
Spearman |
0.381 |
0.162 |
0.564 |
Spearman |
0.376 |
0.157 |
0.56 |
Spearman |
0.362 |
0.14 |
0.549 |
Spearman |
0.382 |
0.163 |
0.565 |
Spearman |
0.332 |
0.107 |
0.525 |
Kendall |
0.368 |
0.147 |
0.554 |
Kendall |
0.383 |
0.165 |
0.566 |
Kendall |
0.381 |
0.162 |
0.564 |
Kendall |
0.366 |
0.146 |
0.553 |
Kendall |
0.354 |
0.131 |
0.542 |
Kendall |
0.32 |
0.094 |
0.515 |
mRMR |
0.417 |
0.204 |
0.593 |
mRMR |
0.385 |
0.167 |
0.567 |
mRMR |
0.414 |
0.2 |
0.59 |
mRMR |
0.401 |
0.185 |
0.58 |
mRMR |
0.381 |
0.162 |
0.564 |
mRMR |
0.337 |
0.113 |
0.529 |
bp <- barPlotCiError(as.matrix(cp$RMSETable_filter),metricname = "RMSE",thesets = cp$theFiltersets,themethod = cp$theRegressMethod,main = "RMSE",offsets = c(0.0,10.0),args.legend = list(x = "bottomright"),angle=45)

pander::pander(bp$barMatrix,caption = "RMSE",round = 3)
RMSE (continued below)
Linear Regression |
51.03 |
51.09 |
53.97 |
53.54 |
49.68 |
56.33 |
Robust Regression |
51.85 |
51.7 |
55.2 |
52.58 |
50.31 |
56.33 |
Ridge Regression |
50.84 |
50.95 |
52.22 |
53.59 |
49.67 |
56.33 |
LASSO |
50.5 |
52.3 |
50.33 |
53.07 |
50.55 |
56.33 |
SVM |
49.66 |
50.66 |
52.73 |
50.02 |
52.48 |
56.33 |
Random Forest |
50.42 |
51.14 |
54.11 |
52.78 |
52.29 |
56.33 |
Table continues below
Linear Regression |
56.33 |
56.33 |
52.85 |
52.38 |
52.37 |
Robust Regression |
56.33 |
56.33 |
53.45 |
52.3 |
52.3 |
Ridge Regression |
56.33 |
56.33 |
52.88 |
52.1 |
51.77 |
LASSO |
56.33 |
56.33 |
52.69 |
52.48 |
52.09 |
SVM |
56.33 |
56.33 |
50.14 |
52.16 |
52.91 |
Random Forest |
56.33 |
56.33 |
52.52 |
52.44 |
52.92 |
Linear Regression |
58.39 |
Robust Regression |
62.11 |
Ridge Regression |
58.25 |
LASSO |
53.47 |
SVM |
51.28 |
Random Forest |
52.2 |
pander::pander(bp$ciTable,caption = "RMSE with 95%CI",round = 3)
RMSE with 95%CI
BSWiMS |
51.03 |
43.85 |
61.06 |
BSWiMS |
51.85 |
44.55 |
62.05 |
BSWiMS |
50.84 |
43.68 |
60.84 |
BSWiMS |
50.5 |
43.39 |
60.43 |
BSWiMS |
49.66 |
42.67 |
59.42 |
BSWiMS |
50.42 |
43.31 |
60.33 |
LASSO |
51.09 |
43.89 |
61.13 |
LASSO |
51.7 |
44.42 |
61.87 |
LASSO |
50.95 |
43.77 |
60.96 |
LASSO |
52.3 |
44.93 |
62.57 |
LASSO |
50.66 |
43.53 |
60.62 |
LASSO |
51.14 |
43.93 |
61.19 |
RPART |
53.97 |
46.37 |
64.57 |
RPART |
55.2 |
47.43 |
66.05 |
RPART |
52.22 |
44.87 |
62.48 |
RPART |
50.33 |
43.24 |
60.22 |
RPART |
52.73 |
45.3 |
63.1 |
RPART |
54.11 |
46.49 |
64.74 |
RF:BSWiMS |
53.54 |
46 |
64.07 |
RF:BSWiMS |
52.58 |
45.18 |
62.92 |
RF:BSWiMS |
53.59 |
46.04 |
64.12 |
RF:BSWiMS |
53.07 |
45.6 |
63.5 |
RF:BSWiMS |
50.02 |
42.97 |
59.85 |
RF:BSWiMS |
52.78 |
45.34 |
63.15 |
F-Test |
49.68 |
42.68 |
59.44 |
F-Test |
50.31 |
43.23 |
60.2 |
F-Test |
49.67 |
42.67 |
59.43 |
F-Test |
50.55 |
43.43 |
60.48 |
F-Test |
52.48 |
45.09 |
62.79 |
F-Test |
52.29 |
44.92 |
62.56 |
t-Test |
56.33 |
48.4 |
67.4 |
t-Test |
56.33 |
48.4 |
67.4 |
t-Test |
56.33 |
48.4 |
67.4 |
t-Test |
56.33 |
48.4 |
67.4 |
t-Test |
56.33 |
48.4 |
67.4 |
t-Test |
56.33 |
48.4 |
67.4 |
W-Test |
56.33 |
48.4 |
67.4 |
W-Test |
56.33 |
48.4 |
67.4 |
W-Test |
56.33 |
48.4 |
67.4 |
W-Test |
56.33 |
48.4 |
67.4 |
W-Test |
56.33 |
48.4 |
67.4 |
W-Test |
56.33 |
48.4 |
67.4 |
Binomial Test |
56.33 |
48.4 |
67.4 |
Binomial Test |
56.33 |
48.4 |
67.4 |
Binomial Test |
56.33 |
48.4 |
67.4 |
Binomial Test |
56.33 |
48.4 |
67.4 |
Binomial Test |
56.33 |
48.4 |
67.4 |
Binomial Test |
56.33 |
48.4 |
67.4 |
Pearson |
52.85 |
45.4 |
63.23 |
Pearson |
53.45 |
45.92 |
63.95 |
Pearson |
52.88 |
45.43 |
63.27 |
Pearson |
52.69 |
45.27 |
63.05 |
Pearson |
50.14 |
43.08 |
60 |
Pearson |
52.52 |
45.12 |
62.85 |
Spearman |
52.38 |
45.01 |
62.68 |
Spearman |
52.3 |
44.93 |
62.58 |
Spearman |
52.1 |
44.76 |
62.34 |
Spearman |
52.48 |
45.09 |
62.8 |
Spearman |
52.16 |
44.81 |
62.41 |
Spearman |
52.44 |
45.05 |
62.74 |
Kendall |
52.37 |
45 |
62.66 |
Kendall |
52.3 |
44.94 |
62.58 |
Kendall |
51.77 |
44.48 |
61.94 |
Kendall |
52.09 |
44.75 |
62.32 |
Kendall |
52.91 |
45.45 |
63.3 |
Kendall |
52.92 |
45.47 |
63.32 |
mRMR |
58.39 |
50.17 |
69.86 |
mRMR |
62.11 |
53.36 |
74.31 |
mRMR |
58.25 |
50.04 |
69.7 |
mRMR |
53.47 |
45.94 |
63.97 |
mRMR |
51.28 |
44.05 |
61.36 |
mRMR |
52.2 |
44.85 |
62.46 |
bp <- barPlotCiError(as.matrix(cp$BiasTable_filter),metricname = "BIAS",thesets = cp$theFiltersets,themethod = cp$theRegressMethod,main = "BIAS",offsets = c(0.5,5),args.legend = list(x = "topleft"),angle=45)

pander::pander(bp$barMatrix,caption = "BIAS",round = 3)
BIAS (continued below)
Linear Regression |
-0.209 |
0.316 |
3.051 |
-0.94 |
0.16 |
-0.058 |
Robust Regression |
0.921 |
1.2 |
3.51 |
-1.454 |
1.613 |
-0.058 |
Ridge Regression |
0.019 |
0.154 |
3.016 |
-0.541 |
0.012 |
-0.058 |
LASSO |
0.079 |
0.621 |
1.878 |
-0.824 |
-0.928 |
-0.058 |
SVM |
-0.671 |
-1.691 |
1.035 |
0.479 |
-2.427 |
-0.058 |
Random Forest |
-1.52 |
-0.5 |
0.359 |
0.182 |
-1.843 |
-0.058 |
Table continues below
Linear Regression |
-0.058 |
-0.058 |
0.047 |
-0.957 |
0.627 |
Robust Regression |
-0.058 |
-0.058 |
1.482 |
0.635 |
1.957 |
Ridge Regression |
-0.058 |
-0.058 |
0.071 |
-0.965 |
0.097 |
LASSO |
-0.058 |
-0.058 |
-0.087 |
-0.968 |
-0.296 |
SVM |
-0.058 |
-0.058 |
2.567 |
0.967 |
0.82 |
Random Forest |
-0.058 |
-0.058 |
-0.252 |
-0.721 |
-1.711 |
Linear Regression |
3.348 |
Robust Regression |
4.06 |
Ridge Regression |
3.316 |
LASSO |
0.647 |
SVM |
-3.262 |
Random Forest |
0.166 |
pander::pander(bp$ciTable,caption = "BIAS with 95%CI",round = 3)
BIAS with 95%CI
BSWiMS |
-0.209 |
-12.29 |
11.87 |
BSWiMS |
0.921 |
-11.35 |
13.19 |
BSWiMS |
0.019 |
-12.02 |
12.05 |
BSWiMS |
0.079 |
-11.88 |
12.03 |
BSWiMS |
-0.671 |
-12.43 |
11.08 |
BSWiMS |
-1.52 |
-13.45 |
10.41 |
LASSO |
0.316 |
-11.78 |
12.41 |
LASSO |
1.2 |
-11.04 |
13.44 |
LASSO |
0.154 |
-11.91 |
12.21 |
LASSO |
0.621 |
-11.76 |
13 |
LASSO |
-1.691 |
-13.68 |
10.29 |
LASSO |
-0.5 |
-12.6 |
11.6 |
RPART |
3.051 |
-9.703 |
15.8 |
RPART |
3.51 |
-9.53 |
16.55 |
RPART |
3.016 |
-9.325 |
15.36 |
RPART |
1.878 |
-10.03 |
13.78 |
RPART |
1.035 |
-11.44 |
13.51 |
RPART |
0.359 |
-12.45 |
13.16 |
RF:BSWiMS |
-0.94 |
-13.61 |
11.73 |
RF:BSWiMS |
-1.454 |
-13.9 |
10.99 |
RF:BSWiMS |
-0.541 |
-13.22 |
12.14 |
RF:BSWiMS |
-0.824 |
-13.38 |
11.74 |
RF:BSWiMS |
0.479 |
-11.36 |
12.32 |
RF:BSWiMS |
0.182 |
-12.31 |
12.67 |
F-Test |
0.16 |
-11.6 |
11.92 |
F-Test |
1.613 |
-10.29 |
13.52 |
F-Test |
0.012 |
-11.74 |
11.77 |
F-Test |
-0.928 |
-12.89 |
11.04 |
F-Test |
-2.427 |
-14.84 |
9.981 |
F-Test |
-1.843 |
-14.21 |
10.53 |
t-Test |
-0.058 |
-13.39 |
13.28 |
t-Test |
-0.058 |
-13.39 |
13.28 |
t-Test |
-0.058 |
-13.39 |
13.28 |
t-Test |
-0.058 |
-13.39 |
13.28 |
t-Test |
-0.058 |
-13.39 |
13.28 |
t-Test |
-0.058 |
-13.39 |
13.28 |
W-Test |
-0.058 |
-13.39 |
13.28 |
W-Test |
-0.058 |
-13.39 |
13.28 |
W-Test |
-0.058 |
-13.39 |
13.28 |
W-Test |
-0.058 |
-13.39 |
13.28 |
W-Test |
-0.058 |
-13.39 |
13.28 |
W-Test |
-0.058 |
-13.39 |
13.28 |
Binomial Test |
-0.058 |
-13.39 |
13.28 |
Binomial Test |
-0.058 |
-13.39 |
13.28 |
Binomial Test |
-0.058 |
-13.39 |
13.28 |
Binomial Test |
-0.058 |
-13.39 |
13.28 |
Binomial Test |
-0.058 |
-13.39 |
13.28 |
Binomial Test |
-0.058 |
-13.39 |
13.28 |
Pearson |
0.047 |
-12.46 |
12.56 |
Pearson |
1.482 |
-11.16 |
14.13 |
Pearson |
0.071 |
-12.45 |
12.59 |
Pearson |
-0.087 |
-12.56 |
12.38 |
Pearson |
2.567 |
-9.287 |
14.42 |
Pearson |
-0.252 |
-12.68 |
12.18 |
Spearman |
-0.957 |
-13.35 |
11.44 |
Spearman |
0.635 |
-11.74 |
13.01 |
Spearman |
-0.965 |
-13.29 |
11.36 |
Spearman |
-0.968 |
-13.39 |
11.45 |
Spearman |
0.967 |
-11.38 |
13.31 |
Spearman |
-0.721 |
-13.13 |
11.69 |
Kendall |
0.627 |
-11.77 |
13.02 |
Kendall |
1.957 |
-10.41 |
14.33 |
Kendall |
0.097 |
-12.16 |
12.35 |
Kendall |
-0.296 |
-12.62 |
12.03 |
Kendall |
0.82 |
-11.7 |
13.34 |
Kendall |
-1.711 |
-14.23 |
10.81 |
mRMR |
3.348 |
-10.45 |
17.15 |
mRMR |
4.06 |
-10.61 |
18.73 |
mRMR |
3.316 |
-10.45 |
17.08 |
mRMR |
0.647 |
-12.01 |
13.3 |
mRMR |
-3.262 |
-15.38 |
8.851 |
mRMR |
0.166 |
-12.19 |
12.52 |