transform: Transformations Performs log or logit transformations.

View source: R/utils.R

transformR Documentation

Transformations Performs log or logit transformations.

Description

Transformations

Performs log or logit transformations.

Usage

transform(x, type = c("identity", "log", "logit", "none", NA_character_))

Arguments

x

value to transform

type

type of transform (log, logit).

Value

transformed value


confidence documentation built on Aug. 8, 2025, 7:26 p.m.