Learn R Programming

tsaux (version 1.0.0)

logit: The logit transformation

Description

The logit transformation as an alternative to the Box Cox for bounded outcomes.

Usage

logit(lower = 0, upper = 1, ...)

Value

A list with the transform and inverse functions.

Arguments

lower

lower bound of the variable.

upper

upper bound of the variable.

...

not currently used.

Author

Alexios Galanos