plot.precision | R Documentation |
Plot error rates from PRECISION output that is being extracted by extract.precision.error
## S3 method for class 'precision' plot( data, mytitle = "PRECISION results (misclass. error rates)", design.order = NULL, ylim = c(0, 0.5), iflex = TRUE )
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
## 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.