summarize_partitions {partition} | R Documentation |
Summarize and map partitions and permutations
Description
summarize_partitions()
summarizes a partition
and attaches it in a
list-col
. map_permutations()
processes map_partition()
for a set of
permuted data sets.
Usage
summarize_partitions(.partition, .information)
map_permutations(
.data,
partitioner = part_icc(),
...,
information = seq(0.1, 0.5, by = 0.1),
nperm = 100
)
Arguments
.data |
a data set to partition |
partitioner |
the partitioner to use. The default is |
... |
arguments passed to |
information , .information |
a vector of minimum information to fit in |
nperm |
Number of permuted data sets to test. Default is 100. |
Value
a tibble
[Package partition version 0.2.2 Index]