inverse_link {JOPS} | R 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 |
Value
The inverse link function applied to x
.
If link
is not in the above list of allowed names, NULL
will be returned.
[Package JOPS version 0.1.19 Index]