Print a 'dabest_effsize' object
Print a 'dabest_effsize' object
## S3 method for class 'dabest_effsize' print(x, ..., signif_digits = 3)
x |
A |
... |
S3 signature for generic plot function. |
signif_digits |
Integer, default 3. All numeric figures in the printed output will be rounded off to this number of significant digits. |
A summary of the effect sizes and respective confidence intervals.
# Performing unpaired (two independent groups) analysis.
unpaired_mean_diff <- dabest(iris, Species, Petal.Width,
idx = c("setosa", "versicolor"),
paired = FALSE) %>%
mean_diff()
# Display the results in a user-friendly format.
print(unpaired_mean_diff)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.