View source: R/multGroupTtest.R
multGroupTtest | R Documentation |
multGroupTtest
Multiple Group Student's-test.
Return a datafram
Xiang LI <lixiang117423@foxmail.com>
filepath <- system.file("examples", "df.1.txt", package = "pac4xiang")
t.res <- multGroupTtest(
data = filepath,
group1 = "group1", group2 = "group2",
CK = "a", value = "value", level = 0.95
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.