| chi_out | R Documentation |
Distilles the most relevant data from an output object of chisq.test and displays the results in a compact format.
chi_out(chioutput, show.n = FALSE,
print = TRUE)
chioutput |
Output object created by a call to |
show.n |
Display sample size (logical; default= |
print |
Force results to be displayed, even if the function output is assigned to a variable (e.g., |
The output of a call to chi_out is formatted according to the guidelines of the APA (American Psychological Association) as well as the DGPs ("Deutsche Gesellschaft fuer Psychologie"; German Psychological Society).
chi_out(chioutput,...) returns a data.frame containing (1) a description of the test and (2) a line with formatted results.
Daniel Gromer
chisq.test; anova_out; cor_out; t_out;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.