powered by
Summary method for the correlation function
# S3 method for correlation summary(object, cutoff = 0, covar = FALSE, dec = 2, ...)
Return value from correlation
correlation
Show only correlations larger than the cutoff in absolute value. Default is a cutoff of 0
Show the covariance matrix (default is FALSE)
Number of decimals to show
further arguments passed to or from other methods.
See https://radiant-rstats.github.io/docs/basics/correlation.html for an example in Radiant
correlation to calculate results
plot.correlation to plot results
plot.correlation
result <- correlation(diamonds, c("price", "carat", "table")) summary(result, cutoff = .3)
Run the code above in your browser using DataLab