pairwise_table_comp | R Documentation |
creates a list of information for pairwise comparisons of categorical or binomial variables. returns the individual tables, the individual the chi square models, a matrix of the chi square values, a matrix of the chi square p values, a matrix of the effect sizes, and a matrix of the starred pvalues
pairwise_table_comp(x = x, v = v, diagonal = TRUE)
x |
the data frame that the variables are to be pulled from |
v |
vector of variable names. all elements in the vector will have a pairwise comparison to all others |
diagonal |
boolean argument that returns the full symmetric matrix if FALSE and only the lower triangle if TRUE. default is TRUE |
pairwise_table_comp_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.