powered by
Calculates a statistical significance test
sig_test( var, group = NULL, test_options = list(), test = NULL, var_name = NULL )
A list of test test results.
A variable (a vector).
A variable containing the grouping information.
Named list containing test options.
Name of a statistical test.
Name of variable to be tested (only used in warning messages).
cont_var <- c(1, 2, 3) sig_test(cont_var)
Run the code above in your browser using DataLab