Cor | R Documentation |
Correlation matrix with p-values
Cor(X, stars=TRUE, dec=4, p.level=0.05, ...) Cor2(X, dec=4, p.level=0.05)
X |
Matrix or data frame with values |
stars |
Replaces p-values with stars if it not greater than 'p.level' |
dec |
Decimal point |
p.level |
P-level |
... |
Arguments to 'cor.test()' |
'Cor()' calculates correlation matrix with p-values.
'Cor2()' is another (faster) variant of correlation matrix with p-values based on F-statistic. Shows significances in the upper triagle. Uses Pearson correlation only but much faster than 'Cor()'.
Alexey Shipunov
Cor(longley, dec=2) Cor2(longley, dec=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.