combine_pvals {lmeresampler}R Documentation

Combine p-values

Description

Combines bootstrap p-values from processes split for parallelization.

Usage

combine_pvals(...)

Arguments

...

two or more summary data frames produced by bootstrap_pvals.

Details

This helper function combines the different summary tables produced by bootstrap_pvals() when run in parallel to yield unified output and a single summary table.


[Package lmeresampler version 0.2.4 Index]