antilogit: antilogit function

View source: R/logit_antilogit.R

antilogitR Documentation

antilogit function

Description

This function calculates the antilogit for the object 'x' (range -Inf to Inf), returning the corresponding proportions (range 0 to 1).

Usage

antilogit(x)

Arguments

x

A numeric vector, matrix, or array

Value

Object of the same dimensions as x

Examples

x <- runif(20, -100, 100)
antlogit(x)

Sz-Tim/sevcheck documentation built on Feb. 1, 2024, 12:39 a.m.