Description Usage Arguments Value Examples
Resemblance analysis for single pair: global ARS and its permuted p-value
The singleARS_global
is function to perform resemblance analysis
for single pair, generating global ARS and its permuted p-value.
1 2 | singleARS_global(mcmc.merge.list, measure = "Fmeasure", parallel = F,
cpu = 2, B = 50)
|
mcmc.merge.list: |
a list of merged MCMC output matrices. |
measure: |
three types of ARS measures to be used: "youden", "Fmeasure","geo.mean". Default is "Fmeasure". |
parallel: |
whether to perform parallel computing in permutation. |
cpu: |
if parallel=T, how many cpus to be used. |
B: |
number of permutations. |
global ARS values and its permuted p-value, in addition, the two values are written to the folder named "arsGlobal".
1 2 3 4 5 | ## Not run:
#mcmc.merge.list from the merge step
ARS_global <- singleARS_global(mcmc.merge.list,B=100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.