Plot a histogram of permuted vs observed test statistic

plot_permute_test(perm_test)

# S3 method for PermuteTestList
tidy(x, ...)

# S3 method for PermuteTest
tidy(x, ...)

# S3 method for PermuteTest
print(x, ...)

# S3 method for PermuteTestList
print(x, max = 3, ...)

Arguments

perm_test

PermuteTest or PermuteTestList output from cluster_permute_test()

x

PermuteTestList

...

ignored

max

maximum number of components to print

Methods (by generic)

  • tidy: return permutations run using a sequence of contrasts as a tibble

  • tidy: return permutations as a tibble

  • print: pretty-print

  • print: pretty-print

See also

cluster_permute_test