summary.correlation: Summary method for the correlation function

View source: R/correlation.R

summary.correlationR 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 correlation

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)


radiant-rstats/radiant.basics documentation built on Jan. 19, 2024, 12:14 p.m.