dstanley4 / apaTables

Development version of apaTables R package. Current stable version is on the CRAN.
http://dstanley4.github.io/apaTables/
Other
55 stars 13 forks source link

apa.cor.table: Ability to specify a second dataframe as an argument #17

Open gserapio opened 5 years ago

gserapio commented 5 years ago

Currently, to get the correlations between two data frames (x, y), one must use apa.cor.table(cbind(x, y)). This is a tad cumbersome and prints out every variable row- and column-wise when not all of them are needed. It would be such a godsend if we could enter a second data frame as an argument.

e.g., in stats::cor(x, y) and Hmisc::rcorr(x,y)