test_permutation()
permutes data and partitions the results to generate a
distribution of null statistics for observed information, number of clusters,
and number of observed variables reduced to clusters. The result is a
tibble
with a summary of the observed data results and the averages of the
permuted results. The partitions and and permutations are also available in
list-cols
. test_permutation()
tests across a range of target information
values, as specified in the information
argument.
a data set to partition
a vector of minimum information to fit in partition()
the partitioner to use. The default is part_icc()
.
arguments passed to partition()
Number of permuted data sets to test. Default is 100.
a tibble with summaries on observed and permuted data (the means of the permuted summaries), as well as list-cols containing them