Description Arguments Details Author(s) Examples
Creates the zero or hundred dataset.
overlap |
The desired numerical overlap to be generated. Can be either 0 or 100. |
dim |
The number of desired spatial dimensions for each groups points to occupy. |
reps |
The number of times a dataset for a specific number of points should be generated. |
p |
The interval of points per group for which datasets should be generated. |
verbose |
Logical indicating if the program should report status updates. |
save |
Logical indicating if the output should be saved to the data folder of the current directory. |
Creates one of two datasets; one where the 2 groups have 0 percent overlap with each other or one where the two groups have 100 percent overlap with each other. 0 percent, in this context, is defined as no datapoints from one group occupy the same space as the points of the other group. 100 percent overlap is defined as one group completley containing the other group within the space that it occupies. For ClusterSignificance testing this function was run with the default paramaters for overlaps 0 and 100.
Jason Serviss
1 | zeroOrHundred(overlap=0, reps=2, p=5:6, save=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.