powered by
Test of unimodality based in Hartigans' dip statistic D. Calculations of the statistic and p-value are done as in dip.test.
dip.test
unimodal_test(values_list, MC_replicates= 1000)
named list of vectors of class numeric. Names in values_list are required. If only one set of values is used the list must contain only one element.
values_list
(numeric) number of replicates for the Monte Carlo test to calculate p-value. Default = 1000.
A data.frame with the results of the test.
# NOT RUN { # Data data("dist_list", package = "biosurvey") # Testing unimodality u_test <- unimodal_test(values_list = dist_list, MC_replicates = 500) u_test # }
Run the code above in your browser using DataLab