Summary method for the correlation function
# S3 method for correlation summary(object, cutoff = 0, covar = FALSE, dec = 2, ...)
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. |
See https://radiant-rstats.github.io/docs/basics/correlation.html for an example in Radiant
correlation
to calculate results
plot.correlation
to plot results
#> Correlation #> Data : diamonds #> Method : Pearson #> Cutoff : 0.3 #> Variables : price, carat, table #> Null hyp. : variables x and y are not correlated #> Alt. hyp. : variables x and y are correlated #> #> Correlation matrix: #> price carat #> carat 0.93 #> table #> #> p.values: #> price carat #> carat 0.00 #> table