com.cor: Propability of difference between two correlation...

View source: R/functions.R

com.corR Documentation

Propability of difference between two correlation coefficients.

Description

Retuns propability of significance of difference between two correlation coefficients.

Usage

com.cor(x.cor, nx, y.cor, ny)

Arguments

x.cor

first correlation coefficient.

nx

number of objects used in calculation of first correlation coefficient.

y.cor

second correlation coefficient.

ny

number of objects used in calculation of second correlation coefficient.

Value

propability of significance of differance between two correlation coefficients.

Examples

com.cor(0.90, 100, 0.82, 150)

DrrDom/pfpp documentation built on April 17, 2024, 10:24 a.m.