median_test0 | R Documentation |
Mood's median test for comparison of group medians
median_test0(x, g)
x |
vector of data |
g |
vector of group memberships (same length as x) |
list of 3 objects: grand median of all obs, table, counts of values above and below the grand median in each group; value, test statistic, df and P-value
Ken Butler, butler@utsc.utoronto.ca
median_test0(datasets::mtcars$mpg,datasets::mtcars$cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.