Description Usage Arguments Value Examples
This function can be used to do determine whether the population means of two samples are equal or not by performing Hypothesis Testing using a T-Test.
Primarily T-Test is used when we do not know the variance of the population.
myttest can perform a T-Test for Paired samples, unpaired samples with equal and unequal variances.
1 |
x |
vector of the data |
y |
vector of the data |
paired |
Logical vector |
alpha |
Significance level |
Return's list with class 'Rttest' containing the following components:
Test_Type | a character string indicating what type of t-test was performed. | |
Test_Conclusion | a character string indicating to reject the NULL of equality of means at the alpha level of significance. | |
Test_Summary | a list of summary returned by t.test. | |
Data | a list of input vectors. | |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.