logit: Calculate the logit of a number

Description Usage Arguments Value

View source: R/wg_util.R

Description

#' Calculates logit(p) according to the formula: log(p / (1-p))

Usage

1
logit(p)

Arguments

p

numeric value

Value

the logit of p


wgaul/wgutil documentation built on June 1, 2020, 3:39 a.m.