'kruskal_test_by_col' performs a Kruskal-Wallis-Test for each numeric column of a data frame and returns a data frame.
1 | kruskal_test_by_col(input_df, factor_col, print_all = FALSE)
|
input_df |
data frame. Has multiple columns with numerical variables and at least one column with a factor variable. |
factor_col |
string. Gives the name of the column, where the groups between which the anova is performed are stored. |
print_all |
bool. Prints a summary of each anova. Default = FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.