Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.dabest

Print a 'dabest' object


Description

Print a 'dabest' object

Usage

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

Arguments

x

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

...

S3 signature for generic plot function.

Value

A summary of the experimental designs.

Examples

# 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)

dabestr

Data Analysis using Bootstrap-Coupled Estimation

v0.3.0
file LICENSE
Authors
Joses W. Ho [cre, aut], Tayfun Tumkaya [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.