inverse_link: Inverse link function, used for GLM fitting.

View source: R/inverse_link.R

inverse_linkR Documentation

Inverse link function, used for GLM fitting.

Description

Inverse link function, used for GLM fitting.

Usage

inverse_link(x, link)

Arguments

x

scalar, vector, or matrix input.

link

the link function, one of "identity", "log", "sqrt", "logit", "probit", "cloglog", "loglog", "reciprocal"; quotes are needed (default "identity").

Value

The inverse link function applied to x. If link is not in the above list of allowed names, NULL will be returned.


JOPS documentation built on Sept. 8, 2023, 5:42 p.m.

Related to inverse_link in JOPS...