Description Usage Arguments See Also Examples
T test and TukeyHSD test
1 2 3 4 5 | t_test(x, y)
t_test_simple(file, outfile = NULL)
t_test2.character(file, outfile = "result.xlsx")
|
x |
A numeric vector |
y |
A numeric vector |
file |
The file path of xlsx |
outfile |
The file path of xlsx for OUTPUTS |
stats::t.test()
, stats::TukeyHSD()
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.