prepare_data: Prepares the input data into asymmetrise_stats

Description Usage Arguments Value Warning Examples

View source: R/asymmetrise_stats.R

Description

Tries to make the data ready for use in the asymmetrise_stats() function using broom::tidy()

Usage

1

Arguments

df

input data of either a tibble, data.frame, or results from a statistical test

Value

a tibble data table

Warning

If you repeatedly get errors, try preparing the data before-hand using broom::tidy(df)

Examples

1
2
3
a <- rnorm(10, mean = 1, sd = 1)
b <- rnorm(10, mean = 1.5, sd = 1)
prepare_data(t.test(a, b))

jhrcook/ggasym documentation built on July 12, 2021, 3:27 a.m.