Description Usage Arguments Value Examples
Plot error rates from PRECISION output that is being extracted by extract.precision.error
1 2 3 4 |
data |
a resulted PRECISION output from |
mytitle |
the title of the plot. |
design.order |
indices in the order of what user would like to plot from the resulted output from |
ylim |
y limit. By default, |
iflex |
whether data if a PRECISION output from |
a boxplot of misclassification error rates
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
## PRECISION output
plot.precision(data = precision.results.err.df,
design.order = 1:10,
mytitle = "My PRECISION results", iflex = FALSE)
## PRECISION FLEX output
plot.precision(data = precision.results.flex.err.df,
design.order = 1:10,
mytitle = "My PRECISION FLEX results")
# exclude ext.uh
plot.precision(data = precision.results.flex.err.df[!names(precision.results.flex.err.df) %in% "ext.uh"],
design.order = 1:10,
mytitle = "My PRECISION FLEX results")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.