logistic: Computes the logistic of a number

Description Usage Arguments Value See Also

View source: R/utils.R

Description

The function is defined by

1 / ( 1 + exp(-x) )

Usage

1

Arguments

x

A real number, including ±Inf

Value

The logistic of x, a real number in the range [0, 1]

See Also

logit

Other logistic equations: logit


adknudson/BayesPsychometric documentation built on Nov. 22, 2019, 1:59 p.m.