Description Usage Arguments Examples
Allows to pass a tibble data_frame to the base R t.test function over two numeric columns. Then extracts the output statistics and outputs a tibble.
1 | ttest_tibble(df1, df2)
|
df1, df2 |
two tibble dataframes |
1 | ttest_tibble(t1$num,t2$num)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.