Learn R Programming

JOPS (version 0.2.0)

inverse_link: Inverse link function, used for GLM fitting.

Description

Inverse link function, used for GLM fitting.

Usage

inverse_link(x, link)

Value

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

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").