Description Usage Arguments Author(s) Examples
Uses an output object from the Psych package and adds 1 or 2 askterisks (stars) to the correlation for APA table output. Returns object as dataframe.
1  | 
corr.obj | 
 is the output list object from the corr.test function in the Psych package  | 
is.triangle | 
 is whether the correlation is a symetric matrix (default) or a rectangular matrix in which one set of variables is correlated with a different set.  | 
p.val.1 | 
 is the p-value desired to trigger a single astrisk (default = .05)  | 
p.val.2 | 
 is the p-value desired to trigger a second astrisk added to the first default = .01. p.val.2 should be a smaller p val than p.val.1. set p.val.2 = FALSE if no second astrisk is desired  | 
Adam Meade awmeade@ncsu.edu
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.