ord_gamma: Gamma

Description Usage Arguments Value Examples

Description

Simple wrapper for ord.gamma.

Usage

1
ord_gamma(x, y = NULL)

Arguments

x

A table or dependent numeric variable.

y

Empty or independent grouping variable

Value

numeric of length 1.

Examples

1
2
3
4
df <- data.frame(rating = round(runif(50, 1, 5)),
                 group  = sample(c("A", "B", "C"), 50, TRUE))
tbl <- table(df)
ord_gamma(tbl)

tadaadata/qmtut documentation built on May 31, 2019, 12:51 a.m.