ilogit: Inverse link functions

Description Usage Arguments Details Value Author(s) See Also

View source: R/ilogit.R

Description

These function calculate the inverse link functions. They should give exactly the same results as the linkinv functions attached to family objects. The main different is that they are faster.

Usage

1
2
ilogit(model)
ilog(model)

Arguments

model

Numeric vector constructed from the covariate and parameters of a model.

Details

The mathematical definitions of the inverse link functions are presented below In these definition, M is the regression model for ewhich the inverse link was calculated.

ilogit exp(M)/(1+exp(M))
ilog exp(M)

Value

A numeric vector.

Author(s)

F. Guillaume Blanchet

See Also

loglikelihood


HMSC documentation built on May 2, 2019, 6:53 p.m.