Learn R Programming

radiant (version 0.1.95)

summary.correlation: Summary method for the correlation function

Description

Summary method for the correlation function

Usage

"summary"(object, cor_cutoff = 0, ...)

Arguments

object
Return value from correlation
cor_cutoff
Show only corrlations larger than the cutoff in absolute value. Default is a cutoff of 0
...
further arguments passed to or from other methods.

Details

See http://vnijs.github.io/radiant/quant/correlation.html for an example in Radiant

See Also

correlation to calculate results

plot.correlation to plot results

Examples

Run this code
result <- correlation("diamonds",c("price","carat","clarity"))
summary(result, cor_cutoff = .3)

Run the code above in your browser using DataLab