flogit {biscuiteer}R Documentation

Calculate squeezed logit function

Description

Helper function for calculating squeezed logit

Usage

flogit(x, sqz = 1e-06)

Arguments

x

A vector of values between 0 and 1 inclusive

sqz

The amount by which to 'squeeze' (DEFAULT: 0.000001)

Value

A vector of values between -Inf and +Inf

[Package biscuiteer version 1.4.0 Index]