combine.twosamples: Combine two objects of class twosamples
Description
This function combines two twosamples objects -- concatenating bootstraps, recalculating pvalues, etc.
It only works if both objects were created with "keep.boots=T" This function is intended for one main purposes: combining parallized null calculations and then plotting those combined outputs.
Usage
combine.twosamples(x, y, check.sample = T)
Value
a twosamples object that correctly re-calculates the p-value and determines all the other attributes
Arguments
x
a twosamples object
y
a different twosamples object from the same *_test function run on the same data
check.sample
check that the samples saved in each object are the same? (can be slow)