Creates a visualization of the Classification Permutation Test results. Displays the permuted null distribution as a histogram with the observed test statistic overlaid as a vertical line. The plot indicates whether the test passed (p > 0.05) or failed.
Usage
# S3 method for class 'fastcpt'
plot(x, breaks = 25, ...)Arguments
- x
A fastcpt result object as returned by
fastcpt.- breaks
Number of breaks for the histogram. Default is 25.
- ...
Additional arguments (currently unused).