Description Usage Arguments Details Author(s) See Also Examples
isum.by
generates seven number summary statistics and tests normality
on the fly grouped by a categorical variable.
1 |
x |
a numeric object |
by |
a factor or character object |
data |
a data frame object (Optional) |
rnd |
specify rounding of numbers. See |
na.rm |
A logical value to specify missing values, <NA> in the table |
Normality test is perfomed by Shapiro-Wilk Normality Test. See more at
shapiro.test
.
If the second variable has two levels, it performs either Student's t-test
t.test
or Wilcoxon test (Mann-Whitney's test)
wilcox.test
. If more than two levels, ANOVA
aov
or Kruskal-Wallis rank sum test kruskal.test
is carried out to test the difference between different groups.
Myo Minn Oo (Email: dr.myominnoo@gmail.com | Website: https://myominnoo.github.io/)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.