Description Usage Arguments Details Value See Also Examples
Plots the output from the mnetPowerSim
function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
x |
|
by |
In development. Currently only supports |
yvar |
The performance metrics to plot. Options include:
|
yadd |
Specify additional performance metrics to plot. The final
performance metrics that end up being plotted are simply: |
hline |
Numeric value between 0 and 1 for where to plot a horizontal
line of interest. Can set to |
xlab |
Character string for the x-axis label. |
title |
Character string for the title of the plot. |
... |
Additional arguments. |
The options of what performance metrics to plot include:
Sensitivity
Specificity
Correlation
MAE (Mean Absolute Error)
Precision
Accuracy
FDR (False Discovery Rate)
Plots the results of a power simulation according to a variety of performance metrics.
1 2 3 | x <- mnetPowerSim(niter = 10, N = c(100, 200))
summary(x)
plot(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.