Description Usage Arguments Value
View source: R/hash_matrix_analysis.R
This function uses the "HH" method provided by multimode::modetest() with B = 20.
1 | is_unimodal(x, p.cutoff = 0.2)
|
x |
a numeric vector of hash count values |
p.cutoff |
a numeric value indicating the p-value cutoff for a test of multimodality. If p.value > p.cutoff, the distribution is unimodal. |
a logical value. TRUE if x appears unimodal based on the p-value cutoff.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.