ord_pairs: Retrieve all type of pairs for ordinal statistics

Description Usage Arguments Value Source Examples

View source: R/ord_stats.R

Description

Retrieve all type of pairs for ordinal statistics

Usage

1
ord_pairs(x, y = NULL)

Arguments

x

Dependent variable. Alternatively a table.

y

Independent variable

Value

A 1x5 data.frame with numeric values.

Source

Internals for this function are copied from this gist by GitHub user Marc Schwartz.

Examples

1
ord_pairs(ngo$leistung, ngo$begabung)

tadaatoolbox documentation built on July 2, 2020, 2:30 a.m.