Learn R Programming

dabestr (version 0.3.0)

print.dabest: Print a `dabest` object

Description

Print a `dabest` object

Usage

# S3 method for dabest
print(x, ...)

Value

A summary of the experimental designs.

Arguments

x

A dabest object, generated by the function of the same name.

...

S3 signature for generic plot function.

Examples

Run this code
# 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)

Run the code above in your browser using DataLab