chi_out {schoRsch} | R Documentation |
Format Chi-Squared Test Output
Description
Distilles the most relevant data from an output object of chisq.test
and displays the results in a compact format.
Usage
chi_out(chioutput, show.n = FALSE,
print = TRUE)
Arguments
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., |
Details
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).
Value
chi_out(chioutput,...)
returns a data.frame containing (1) a description of the test and (2) a line with formatted results.
Author(s)
Daniel Gromer
See Also
chisq.test
; anova_out
; cor_out
; t_out
;
[Package schoRsch version 1.10 Index]