Learn R Programming

genpwr (version 1.0.1)

logit: Logit Function

Description

Calculates the logit of a specified value.

Usage

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

Arguments

x

a number between 0 and 1.

min

minimum

max

maximum

Value

The logit of x.

Examples

Run this code
# NOT RUN {
logit(0.5)

# }

Run the code above in your browser using DataLab