| link | R Documentation |
Apply the link function or its inverse to the argument.
link(x, link = "log", inv = FALSE)
x |
vector containing the predictor |
link |
string with the name of the link function |
inv |
if |
This function is intended to port other link functions than \log{≤ft(\right)} to Poisson-Gamma Additive Models. For now, the only allowed value is "log".
Evaluated link function at x values.
This function is not intended to be called directly.
Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
Harvey, A. C., Fernandes, C. (1989) Time series models for count data or qualitative observations. Journal of Business and Economic Statistics, 7(4):407–417
McCullagh, P., Nelder, J. A. (1989). Generalized Linear Models. Chapman and Hall, 2nd edition, London
pgam, formparser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.