logitB: function that do logit transformation

Description Usage Arguments Value Examples

View source: R/utils_logitB.R

Description

function that do logit transformation

Usage

1
logitB(x, B = exp(1))

Arguments

x

a numeric or complex vector.

B

a positive or complex number: the base with respect to which logarithms are computed. Defaults to e=exp(1)

Value

value after logit transformation

Examples

1
2
3
4
5
## Not run: 
  logitB(0.5, B = 2)


## End(Not run)

lizhongliu1996/PredictMisc documentation built on Aug. 23, 2019, 5:55 a.m.