powered by
Generates a histogram of bootstrapped Mann–Kendall S‐statistics with vertical lines indicating the observed S‐statistic and confidence bounds.
plot_bbmk_test(results, ...)
ggplot; A plot containing:
ggplot
A gray histogram of the distribution of bootstrapped S‐statistics.
A red vertical line at the lower and upper confidence bounds.
A black vertical line at the observed S‐statistic.
List of BB‐MK test results generated by eda_bbmk_test().
eda_bbmk_test()
Optional named arguments: 'title', 'xlabel', and 'ylabel'.
data <- rnorm(n = 100, mean = 100, sd = 10) results <- eda_bbmk_test(data, samples = 1000L) plot_bbmk_test(results)
Run the code above in your browser using DataLab