my.cor: Tests the significance of a correlation between two or more...

Description Usage Arguments Examples

View source: R/my.cor.R

Description

Tests the significance of a correlation between two or more independent measures.

Usage

1
2
3
my.cor(dv1, dv2, iv = NULL, alternative = c("two.sided", "less", "greater"),
  method = c("pearson", "kendall", "spearman"), exact = NULL,
  conf.level = 0.95, continuity = FALSE)

Arguments

dv1

Measure 1.

dv2

Measure 2.

Examples

1
my.cor(csv$learn,csv$prepare)

michaelkardas/temp.functions2 documentation built on Dec. 28, 2019, 7:04 p.m.