I want to turn an intervariable correlations table in R to a table formatted according to APA styles. The table should have the following characteristics
- Have only lower or upper diagonal of the matrix
- Usually display correlation coefficients only with 2 decimals and no leading zeros e.g. .25, -.05
- Denote significance by e.g. a number of stars
I used
Hmisc
to create correlation table withp-values
but this is doable without the package, especially if you want Kendall's tau correlations.