powered by
Report correlations and their p-values
umx_cor(X, df = nrow(X) - 2, use = c("pairwise.complete.obs", "complete.obs", "everything", "all.obs", "na.or.complete"), digits = 2, type = c("r and p-value", "smart"))
a matrix or dataframe
the degrees of freedom for the test
how to handle missing data (defaults to pairwise complete)
rounding of answers
Unused argument for future directions
- Matrix of correlations and p-values
- http://www.github.com/tbates/umx
Other Stats Functions: reliability, umxCov2cor, umx_means, umx
reliability
umxCov2cor
umx_means
umx
# NOT RUN { umx_cor(myFADataRaw[1:8,]) # }
Run the code above in your browser using DataLab