logit: Logit Transformation

Description Usage Arguments Value Author(s) References Examples

View source: R/logit.R

Description

This function is for calculating the logit transformation:ln(x/(1-x))

Usage

1
logit(x)

Arguments

x

A numeric vector, whose elements are all greater than 0 and less than 1.

Value

ln(x/(1-x))

Author(s)

Na You <youn@mail.sysu.edu.cn> and Gongyi Huang<53hgy@163.com>

References

Na You and Gongyi Huang.(2016) An Empirical Bayes Method for Genotyping and SNP detection Using Multi-sample Next-generation Sequencing Data.

Examples

1
logit(0.5)

ebGenotyping documentation built on May 2, 2019, 9:28 a.m.