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


tsaux documentation built on April 4, 2025, 3:08 a.m.