sp_multiple_group_diff_test | R Documentation |
Perform statistical test using given methods for split data.
sp_multiple_group_diff_test(
data,
stat_value_variable,
stat_group_variable,
group_variable = NULL,
...
)
data |
A data matrix |
stat_value_variable |
The column represents the statistical value information. |
stat_group_variable |
The column represents the statistical group information. |
group_variable |
The column represents the group information. The data would be split by this group and diff test would be performed within each group. |
... |
Other parameters given to sp_diff_test. |
A list. list(data=data, a data frame with statistical information, Tukey_HSD=Tukey_HSD)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.