powered by
t_var_test tests for equal variance based on var.test and calls t.test, setting the option var.equal accordingly.
t_var_test
t_var_test(data, formula, cutoff = 0.05)
A list from t.test
Tibble or data_frame.
Formula object with dependent and independent variable.
is significance threshold for equal variances.
t_var_test(mtcars, wt ~ am) # may be used in pipes: mtcars |> t_var_test(wt ~ am)
Run the code above in your browser using DataLab