Description Usage Arguments Examples
View source: R/SAMCfunctions.R
This function implements the SAMC algorithm developed by Liang et al. (2007) and tailored to p-value estimation by Yu et al. (2011)
1  | 
x | 
 First sample  | 
y | 
 Second sample  | 
testStat | 
 Test statistic, defaults to the ratio of the means (ratioMean). Other choices are diffMean, ratioMedian, and diffMedian.  | 
B | 
 Total Number of Monte Carlo iterations. Defaults to 10e4.  | 
m | 
 Total number of regions in the SAMC algorithm. Note: SAMC regions are different than fastPerm partitions.  | 
b0 | 
 Iteration at which the updates begin to decay.  | 
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.