Learn R Programming

isdals (version 1.0-6)

logit: Calculate the logit transform

Description

Calculate the logit transform

Usage

logit(p)

Arguments

p
numeric vector

Value

  • Calculates the logit transform of p

Details

Calculates the logit transform of p, ie., log(p/(1-p))

Examples

Run this code
p <- 0.3
logit(p)

Run the code above in your browser using DataLab