+ AUC metric
+ PLS charts (reg coeff, ROC, VIP scores)
+ stratified data set splitting
... | ... |
@@ -7,7 +7,7 @@ |
7 | 7 |
permutation_test_plot(style = "boxplot", binwidth = 0.05, ...) |
8 | 8 |
} |
9 | 9 |
\arguments{ |
10 |
-\item{style}{The plot style. One of 'boxplot', 'violin', 'histogram' or 'scatter'.} |
|
10 |
+\item{style}{The plot style. One of 'boxplot', 'violin', 'histogram', 'density' or 'scatter'.} |
|
11 | 11 |
|
12 | 12 |
\item{binwidth}{Binwidth for the "histogram" style. Ignored for all other styles.} |
13 | 13 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,24 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/permutation_test_class.R |
|
3 |
+\name{permutation_test_plot} |
|
4 |
+\alias{permutation_test_plot} |
|
5 |
+\title{permutation_test_plot class} |
|
6 |
+\usage{ |
|
7 |
+permutation_test_plot(style = "boxplot", binwidth = 0.05, ...) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{style}{The plot style. One of 'boxplot', 'violin', 'histogram' or 'scatter'.} |
|
11 |
+ |
|
12 |
+\item{binwidth}{Binwidth for the "histogram" style. Ignored for all other styles.} |
|
13 |
+ |
|
14 |
+\item{...}{additional slots and values passed to struct_class} |
|
15 |
+} |
|
16 |
+\value{ |
|
17 |
+struct object |
|
18 |
+} |
|
19 |
+\description{ |
|
20 |
+Plots the results of a permutation test. |
|
21 |
+} |
|
22 |
+\examples{ |
|
23 |
+C = permutation_test_plot(style='boxplot') |
|
24 |
+} |