Description Usage Arguments Details Value Examples
Perform two sample Kim et al.’s modified t-statistic on vectors of data.
1 | kim.t.test(x, y, alternative = c("two.sided", "less", "greater"))
|
x |
numeric vector |
y |
numeric vector |
alternative |
character string which specifies the alternative hypothesis. This can only be set as "two.sided" (default), "greater" or "less". |
This formula useful for the 2-sample tests. Setting alternative = "greater" provides the alternative that vector x has a larger mean than vector y. If paired = TRUE, both x and y must be specified and the same length. Missing values are removed, which can be done in pairs if paired = TRUE or singularly if paired = FALSE. If var.equal = TRUE the pooled estimate of the variance is used. By default, if var.equal = FALSE then the variance is estimated separately for both groups and the Welch modification to the degrees of freedom is used. If the input data are effectively constant compared to the larger of the two means, an error is generated.
p value of the test
t-statistic.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.