View source: R/permutation_tests.R
permutation_tests | R Documentation |
permutation_tests
permutation_tests(temp_df, nperm, fxn, alpha)
temp_df |
Generic name for the data frame to be permuted columns are the group variable X and the value variable y |
nperm |
The number of permutations to be performed |
fxn |
The function name to call is meanDiff madDiff giniDiff sdDiff |
alpha |
The confidence level |
a 3 level list containingg: a p-value, the actual difference, and the 2.5% - 97.5% interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.