| cor_out | R Documentation |
Distilles the most relevant data from an output object of cor.test and displays the results in a compact format.
cor_out(coroutput, stats = FALSE, print = TRUE, df = TRUE)
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., |
df |
Show degrees of freedom (df) rather than sample size (N) in parentheses after the Pearson correlation coefficient to match APA Style; logical; default= |
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).
cor_out(coroutput,...) returns a line containing the formatted correlation results.
Markus Janczyk, Roland Pfister
cor; cor.test; anova_out; chi_out; t_out;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.