Last data update: 2014.03.03

R: Finds the biserial correlation given the correlation for a...
corr.nn4bnR Documentation

Finds the biserial correlation given the correlation for a binary-normal pair.

Description

This function computes the biserial correlation given the specified correlation for a pair of binary and normal variables (point-biserial correlation).

Usage

corr.nn4bn(p, BN.cor)

Arguments

p

Probability parameter for the binary variable.

BN.cor

Pre-specified correlation for a pair of binary and normal variables.

Value

A biserial correlation coefficient.

Examples

## Not run: 
corr.nn4bn(0.43, 0.12)

## End(Not run)

Results