sp_diff_test | R Documentation |
Perform statistical test using given methods.
sp_diff_test(
data,
stat_value_variable,
stat_group_variable,
statistical_method = "aov",
add_y = TRUE,
statistical_threshold_for_letters = 0.05
)
data |
A data matrix |
stat_value_variable |
The column represents the statistical value information. |
stat_group_variable |
The column represents the statistical group information. |
statistical_method |
Statistical method. For two groups, default <t.test>. For more than two groups, default |
add_y |
Add positions for each statistical label. |
statistical_threshold_for_letters |
Threshold for treating as significance, default 0.05. |
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.