Print a 'dabest' object
Print a 'dabest' object
## S3 method for class 'dabest' print(x, ...)
x |
A |
... |
S3 signature for generic plot function. |
A summary of the experimental designs.
# Performing unpaired (two independent groups) analysis.
unpaired_mean_diff <- dabest(iris, Species, Petal.Width,
idx = c("setosa", "versicolor"),
paired = FALSE)
# Display the results in a user-friendly format.
print(unpaired_mean_diff)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.