corr.nn4bn: Finds the biserial correlation given the correlation for a...

Description Usage Arguments Value Examples

View source: R/corr.nn4bn.R

Description

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

Usage

1
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

1
2
3
4
## Not run: 
corr.nn4bn(0.43, 0.12)

## End(Not run)

PoisBinOrdNor documentation built on March 22, 2021, 9:08 a.m.