cor.test.data.frame: cor.test method for data.frame

View source: R/cor.test.goodies.R

cor.test.data.frameR Documentation

cor.test method for data.frame

Description

Calculates all coefficients and confidence intervals for the combinations of variable available in the data.frame

Usage

## S3 method for class 'data.frame'
cor.test(
  x,
  alternative = c("two.sided", "less", "greater"),
  method = c("pearson", "kendall", "spearman"),
  exact = NULL,
  conf.level = 0.95,
  continuity = FALSE,
  ...
)

Arguments

x

a data.frame

alternative

cor.test alternative parameter

method

cor.test method parameter

exact

cor.test exact parameter

conf.level

cor.test conf.level parameter

continuity

cor.test continuity parameter

...

further arguments passed to cor.test

Examples

cor.test(airquality)

lbraglia/lbstat documentation built on Sept. 17, 2023, 2:30 p.m.