Description Usage Arguments Details Value Author(s) See Also
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.
1 2 |
model |
Numeric vector constructed from the covariate and parameters of a model. |
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) |
A numeric vector.
F. Guillaume Blanchet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.