summary.correlation {radiant.basics} | R Documentation |
Summary method for the correlation function
Description
Summary method for the correlation function
Usage
## S3 method for class 'correlation'
summary(object, cutoff = 0, covar = FALSE, dec = 2, ...)
Arguments
object |
Return value from |
cutoff |
Show only correlations larger than the cutoff in absolute value. Default is a cutoff of 0 |
covar |
Show the covariance matrix (default is FALSE) |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods. |
Details
See https://radiant-rstats.github.io/docs/basics/correlation.html for an example in Radiant
See Also
correlation
to calculate results
plot.correlation
to plot results
Examples
result <- correlation(diamonds, c("price", "carat", "table"))
summary(result, cutoff = .3)
[Package radiant.basics version 1.6.6 Index]