One-call pipeline: ANOVA on ranks, descriptives, post hocs, simple effects.
Syntax:
srh.kway.full(y ~ A + B (+ C ...), data, max_levels = 30)
Returns list: anova, summary, posthoc_cells, posthoc_simple, meta.
Export full result to a single TSV.
Syntax:
write.srh.kway.full.tsv(obj, file = "srh_kway_full.tsv", sep = "\t", na = "", dec = ".")
dec can be "." or ","; numeric output has no scientific notation; character tables are normalized for dec=",".
K-way SRH-style ANOVA on ranks (Type II SS), tie-corrected p-values. Reports Effect, Df, Sum Sq, H, Hadj, p.chisq, k, n, eta2H, eps2H.
Two-factor SRH with effect sizes (eta2H, eps2H) from H.
Compact descriptives (global rank means, medians, quartiles, IQR) for all main effects and interactions.
Dunn-Bonferroni pairwise matrices for a specified effect. Options: method, digits, triangular (lower/upper/full), numeric, sep.
Dunn-Bonferroni pairwise matrices for all effects. Returns a named list with P.adj tables for A, B, A:B, etc.
Simple-effects post hocs within levels of conditioning factors. compare selects target factor; scope = "within" or "global".
Enumerate all simple-effect configurations for a design. Returns a named list like "COMPARE(gender) | BY(condition x age_cat)".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.