data_summary | R Documentation |
Print multiple comparison results
data_summary(
data,
x,
y,
digits = 2,
nsmall = 1,
p.adj = "bonferroni",
method = 2,
print.option = c(1, 2, 3)
)
data |
a dataframe to be used |
x |
a variable for x-axis |
y |
a variable for y-axis |
digits |
digits |
nsmall |
nsmall |
p.adj |
P-value adjustment method for multiple comparison |
method |
parametric (1) or non-parametric (2) test |
print.option |
the options of print results |
print output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.