View source: R/9_cor_t_choose.R
cor.full | R Documentation |
cor.test for all variables(each two columns)
cor.full(x, drop = min(x) - 0.001, min.obs = 10)
x |
A numeric matrix or data.frame |
drop |
drop values |
min.obs |
minimum number of observations after dropping |
a data.frame with cor.test p.value and estimate
Xiaojie Sun
cor.one
x = iris[,-5]
cor.full(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.