tadaatoolbox (version 0.16.1)

ord_pairs: Retrieve all type of pairs for ordinal statistics

Description

Retrieve all type of pairs for ordinal statistics

Usage

ord_pairs(x, y = NULL)

Arguments

x

Dependent variable. Alternatively a table.

y

Independent variable

Value

A 1x5 data.frame with numeric values.

Examples

Run this code
# NOT RUN {
ord_pairs(ngo$leistung, ngo$begabung)
# }

Run the code above in your browser using DataCamp Workspace