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)chi_out(chioutput,...) returns a data.frame containing (1) a description of the test and (2) a line with formatted results.
Output object created by a call to chisq.test.
Display sample size (logical; default=FALSE)
Force results to be displayed, even if the function output is assigned to a variable (e.g., output <- chi_out(...); logical; default=TRUE).
Daniel Gromer
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).
chisq.test; anova_out; cor_out; t_out;