sig_test | R Documentation |
Calculates a statistical significance test
sig_test( var, group = NULL, test_options = list(), test = NULL, var_name = NULL )
var |
A variable (a vector). |
group |
A variable containing the grouping information. |
test_options |
Named list containing test options. |
test |
Name of a statistical test. |
var_name |
Name of variable to be tested (only used in warning messages). |
A list of test test results.
cont_var <- c(1, 2, 3) sig_test(cont_var)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.