Description Arguments Author(s) Examples
This function performs the specificity test. This test is designed to
determine the true negative rate of the Pcp method. To do this
we utilize the hundred dataset which was derived using the
zeroOrHundred
function with argument overlap
=100. The
dataset includes matrices where the group's range overlap is 100
anticipate that no significant seperations should be found with Pcp. For each
matrice, the permute function is run, using the Pcp method afterwhich,
the resulting pvalue is recorded.
interval |
The interval of points amounts that should be tested. i.e. 1
tests points
amounts |
iterations |
The number of iterations for each call to
|
cores |
The number of cores the test should be parallalized with. |
save |
Should the output be saved? |
verbose |
Should the function be verbose? |
outPath |
The location the file should be saved to if |
Jason Serviss
1 | ## Not run: specificityTest(interval=50, iterations=1, cores=1, save=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.