View source: R/association_num_dummy.R
| association_num_dummy | R Documentation | 
Carry out a t-test for two vectors and export it in a tidy
format with broom.
association_num_dummy(x, y, ..., name_x = NULL, name_y = NULL)
x | 
 A vector.  | 
y | 
 A vector.  | 
... | 
 Optional. Parameters of   | 
name_x | 
 Optional. Name of the x variable (character).  | 
name_y | 
 Optional. Name of the y variable (character).  | 
A data.frame with the results.
association_num_dummy( mtcars$mpg, mtcars$vs  )
association_num_dummy( mtcars$vs, mtcars$mpg  ) # order is not important
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.