logit: Logit

View source: R/logit_funs.R

logitR 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


pttstability documentation built on May 29, 2024, 1:28 a.m.