rb_from_rpb: Calculate biserial correlation from point-biserial...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/RFunctions.R

Description

Calculate the biserial correlation from point-biserial correlation and sample sizes. The biserial correlation is used when the dichotomous variable is an artificial dichotomy. When the dichotomy is real, use the point-biserial correlation (see rb_from_rpb).

Usage

1
rb_from_rpb(rpb, ne, nc)

Arguments

rpb

F-value.

ne

Sample size of the 'experimental condition'.

nc

Sample size of the 'control condition'.

Value

An atomic numeric vector.

Author(s)

Caspar J. van Lissa

See Also

rpb_from_f

Examples

1
rb_from_rpb(rpb_from_f(2.44, 54, 65), 54, 65)

cjvanlissa/motley documentation built on Sept. 23, 2019, 7:39 p.m.