logit: The logit transformation

View source: R/transform.R

logitR Documentation

The logit transformation

Description

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

Usage

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

Arguments

lower

lower bound of the variable.

upper

upper bound of the variable.

...

not currently used.

Value

A list with the transform and inverse functions.

Author(s)

Alexios Galanos


tsmodels/tsaux documentation built on June 1, 2025, 10:19 p.m.