permutation_test_plot: Permutation test plot

Description Usage Arguments Value

Description

Plot permutation test using actual model and permutated models

Usage

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"
)

Arguments

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)

Value

A plot with the comparison between the actual model versus the permuted models


sipss/AlpsLCMS documentation built on May 13, 2021, 6:18 p.m.