Description Usage Arguments Value Examples
MLE based test of Lin and Stivers under heteroscedasticity
1 | heteMLE(x, y, alternative = "two.sided")
|
x |
a (non-empty) numeric vector of data values. For tumor data. |
y |
a(non-empty) numeric vector of data values. For normal data |
alternative |
a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or"less". You can specify just the initial letter. |
A list containing the following components
statistic
the value of the corrected Z-test statistic.
p.value
the p-value for the test.
1 | heteMLE(x,y,alternative="greater")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.