PoisBinOrdNor (version 1.5)

corr.nn4bn: 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

Run this code
# NOT RUN {
corr.nn4bn(0.43, 0.12)
# }

Run the code above in your browser using DataCamp Workspace