Skip to contents

T-test

Usage

test_t(x, y, ...)

Arguments

x

x

y

y

...

other arguments passed to t-test

Value

results

Examples


test_t(mtcars$mpg, mtcars$am)
#> 
#> ── Welch Two Sample t-test ─────────────────────────────────────────────────────
#>   X.         result.estimate  
#>   mpg               20.09062  
#>   am                 0.40625  
#>   t                    18.41  
#>   p                   <0.001  
#>   df                      31  
#>   ci_level              0.95  
#>   lower_ci             17.51  
#>   upper_ci             21.86