logit {genpwr}R Documentation

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

logit(0.5)


[Package genpwr version 1.0.4 Index]