r <- corx::corx(bfi.recoded[,c(29:33)],
triangle = "lower",
stars = c(0.05, 0.01, 0.001),
describe = c(`$M$`=mean,
`$SD$`=sd))
papaja::apa_table(r$apa,
escape=FALSE,
note="Neuroticism ROCKS!!!",
caption = "Bunch of correlations
among personality traits")
- 1
-
Will produce
object$apa
matrix (line #7) that works well with APA tables