| dt_comp | R Documentation |
various functions for compact summary of variables
dt_comp(...)
dt_empty_comp(x, ...)
dt_empty_meta(x, ...)
dt_wilcox.p(x, glist, ...)
dt_wilcox.p.info(x, glist, ...)
dt_kruskal.p(x, glist, ...)
dt_kruskal.p.info(x, glist, ...)
dt_fisher.p(x, glist, ...)
dt_fisher.p.info(x, glist, ...)
dt_chisq.p(x, glist, ...)
dt_chisq.p.info(x, glist, ...)
dt_lr.p(x, glist, ...)
dt_lr.p.info(x, glist, ...)
... |
to be able to tolerate unnecessary arguments |
x |
the data |
glist |
grouping |
dt_empty_comp(): returns an empty string
dt_empty_meta(): returns an empty string
dt_wilcox.p(): wilcoxon test p-value
dt_wilcox.p.info(): info on wilcoxon test p-value
dt_kruskal.p(): kruskal-wallis test p-value
dt_kruskal.p.info(): info on kruskal-wallis test p-value
dt_fisher.p(): fishers exact test p-value
dt_fisher.p.info(): info on fishers exact test p-value
dt_chisq.p(): chisquare test p-value
dt_chisq.p.info(): info on chisquare test p-value
dt_lr.p(): logrank test p-value
dt_lr.p.info(): info on logrank test p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.