log_kw | R Documentation |
Returns a log p-value from a Kruskal-Wallis test for the given data.
log_kw(feat.vec, group.vec)
feat.vec |
Vector of values to be tested. |
group.vec |
Vector of group labels. Assumed to be in the same order as 'feat.vec'. |
A list; 'log.p' containing the log p-value and 'group.residuals' (group mean rank - overall mean rank).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.