Description Usage Arguments Value
Plot permutation test using actual model and permutated models
1 2 3 4 5 6 7 8 9 | permutation_test_plot(
lcms_data_analysis_model,
permMatrix,
xlab = "AUCs",
xlim,
ylim = NULL,
breaks = "Sturges",
main = "Permutation test"
)
|
lcms_data_analysis_model |
A lcms_data_analysis_model |
permMatrix |
A permutation fitness outcome from permutation_test_model |
xlab |
optional xlabel |
xlim |
optional x-range |
ylim |
otional y-range |
breaks |
optional custom histogram breaks (defaults to 'sturges') |
main |
optional plot title (or TRUE for autoname) |
A plot with the comparison between the actual model versus the permuted models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.