View source: R/summary.cor.all.R
summary.cor.all | R Documentation |
Summarizes the correlations: method for "cor.all" object.
## S3 method for class 'cor.all' summary(object, p.adjust = "holm", variable = NULL, ...)
object |
an object created by the |
p.adjust |
a character string describing the method to use to adjust
the p-values to account for m ultiple comparisons. See
|
variable |
if the name of a variable, then summarize only those correlations of this variable with all others, otherwise summarize all combinations. |
... |
further arguments passed to or from other methods. |
A data frame containing columns of the paired variables, the correlation, the adjusted p-value, and the number of observations in the correlation.
cor.all
library(smwrData) data(TNLoads) # Extract only the correlations with the log of total nitrogen summary(cor.all(TNLoads[, 1:5]), variable="LOGTN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.