kruskal.test | R Documentation |
This function provides a wrapper for rstatix::kruskal_test for the dependent variables 'dvs' including their effect sizes
kruskal.test(data, dvs, between, dv.var = NULL, as.table = F)
data |
a data.frame or list containing the data |
dvs |
numeric columns with the dependent variables to be used in the kruskal test |
between |
independent (between) variable in which perform the kruskal test |
dv.var |
column with the information to classify observations |
as.table |
logical value indicating that the result should be returned as table or as list |
A data.frame containing the results for the kruskal test and their effect sizes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.