Description Usage Arguments Value References Examples
View source: R/testStatistics.R
trimmed_t
calculates the test statistic for the two-sample trimmed t-test.
1 |
x |
a (non-empty) numeric vector of data values. |
y |
a (non-empty) numeric vector of data values. |
gamma |
a numeric value in [0, 0.5] specifying the fraction of observations to be trimmed from each end of the sample before calculating the mean. The default value is 0.2. |
na.rm |
a logical value indicating whether NA values in |
A named list containing the following components:
statistic |
the value of the test statistic. |
estimates |
the trimmed means for both samples. |
df |
the degrees of freedom for the test statistic. |
YueDix73apprrobnptests
\insertRefYue74trimrobnptests
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.