Learn R Programming

extras (version 0.2.0)

logit<-: Logistic Transformation

Description

Logistic Transformation

Usage

logit(x) <- value

Arguments

x

An existing object.

value

A numeric atomic object of the value to inverse logistically transform.

Value

Called for the side effect of updating x.

Details

A wrapper on stats::plogis(value).

See Also

Other translations: fabs(), ilogit(), invlogit(), log<-(), logit(), phi(), pow()

Examples

Run this code
# NOT RUN {
x <- 1
logit(x) <- 0.5
x
# }

Run the code above in your browser using DataLab