Learn R Programming

exametrika (version 1.1.0)

Biserial_Correlation: Biserial Correlation

Description

A biserial correlation is a correlation between dichotomous-ordinal and continuous variables.

Usage

Biserial_Correlation(i, t)

Value

The biserial correlation coefficient between the two variables.

Arguments

i

i is a dichotomous-ordinal variable (0/1). x and y can also be the other way around.

t

t is a continuous variable. x and y can also be the other way around.