logit {pttstability}R Documentation

Logit

Description

Returns the logit transformation of x

Usage

logit(x, ...)

Arguments

x

a number, vector, matrix, etc. to be transformed from (0, 1) to (-inf inf) by the logit transform

...

additional arguments to be passed to plogis

Value

transformed result - impossible values are replaced with NA, without warnings


[Package pttstability version 1.4 Index]