tadaatoolbox (version 0.16.0)

nom_lambda: Lambda

Description

Very simple wrapper for DescTools::Lambda.

Usage

nom_lambda(x, y = NULL, symmetric = FALSE, reverse = FALSE)

Arguments

x

Dependent variable. Alternatively a table.

y

Independent variable

symmetric

If TRUE, symmetric lambda is returned. Default is FALSE.

reverse

If TRUE, row and column variable are switched.

Value

numeric value

Examples

Run this code
# NOT RUN {
nom_lambda(ngo$abschalt, ngo$geschl)
# }

Run the code above in your browser using DataCamp Workspace