iter_t | R Documentation |
This function perform Student's t-tests between a specific variable and various categorical variables
iter_t(data, varlist, var, method = 1, maxgroup = 5, p.round = 3)
data |
a dataframe to be used |
varlist |
a vector of categorical variables |
var |
a variable of interest |
method |
parametric (1) or non-parametric test (2) |
maxgroup |
a maximum number of groups |
p.round |
a specified number of decimal places to which rounds the values |
Dataframe containing the result of t-tests
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.