Description Usage Arguments Value Author(s) Examples
View source: R/FoldHit0core.homoVAR.fn.R
a core function to search for FoldHit0 corresponding to FoldHitC (FoldHit critical value)
1 2 3 4 5 6 7 8 | FoldHit0core.homoVAR.fn(
FoldHitC,
n1,
n2,
Alpha,
length.out = 1000,
minDIFF = 0.01
)
|
FoldHitC |
the critical value of FoldHit |
n1 |
sample size for the first group (reference group) |
n2 |
sample size for the second group |
Alpha |
significant level |
length.out |
the length of vectors of FoldHit0 candidate values for search FoldHit0. |
minDIFF |
if the difference between the input FoldHitC and the calculated FoldHitC corresponding to a FoldHit0 value, then stop the calculation process and return this calculated value as what we want |
FoldHit0
Xiaohua Douglas Zhang 02/2020
1 | FoldHit0core.homoVAR.fn(FoldHitC=-1.121588, n1=304, n2=16, Alpha=0.05, minDIFF=0.001)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.