logit: Logit Function

Description Usage Arguments Value Examples

Description

Calculates the logit of a specified value.

Usage

1
logit(x, min = 0, max = 1)

Arguments

x

a number between 0 and 1.

min

minimum

max

maximum

Value

The logit of x.

Examples

1
logit(0.5)

genpwr documentation built on March 31, 2021, 1:06 a.m.