logit:

Usage Arguments Examples

Usage

1
logit(x)

Arguments

x

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x) 
{
    log(x/(1 - x))
  }

PeteHaitch/Aclust documentation built on May 8, 2019, 1:29 a.m.