feature_cor | R Documentation |
High dimensional imputation via batch processed chained random forests Build correlation matrix
feature_cor(data, return_cor)
data |
A data frame or tibble. |
return_cor |
Logical. Should the correlation matrix be printed? Default set to FALSE. |
A cross-feature correlation matrix
Waggoner, P. D. (2023). A batch process for high dimensional imputation. Computational Statistics, 1-22. doi: <10.1007/s00180-023-01325-9>
van Buuren S, Groothuis-Oudshoorn K (2011). "mice: Multivariate Imputation by Chained Equations in R." Journal of Statistical Software, 45(3), 1-67. doi: <10.18637/jss.v045.i03>
## Not run:
feature_cor(data = data, return_cor = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.