transformations: Arcsinh transform

arcsinhR Documentation

Arcsinh transform

Description

Arcsinh transform

The expit function

The logit function

Usage

arcsinh(x)

expit(x)

logit(x)

Arguments

x

A number between 0 and 1

Author(s)

Kevin Wang

Examples

set.seed(11)
x = rnorm(100)
plot(x, arcsinh(x))
curve(expit, from = -5, to = 5)
curve(logit, from = 0.01, to = 0.99)

kevinwang09/SmokyScotch documentation built on Aug. 25, 2022, 5:41 p.m.