cor_out {schoRsch} | R Documentation |
Format Correlation Test Statistics
Description
Distilles the most relevant data from an output object of cor.test
and displays the results in a compact format.
Usage
cor_out(coroutput, stats = FALSE, print = TRUE)
Arguments
coroutput |
Output object created by a call to |
stats |
If |
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 cor.test
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
cor_out(coroutput,...)
returns a line containing the formatted correlation results.
Author(s)
Markus Janczyk, Roland Pfister
See Also
cor
; cor.test
; anova_out
; chi_out
; t_out
;