.links | R Documentation |
Internal utility function used in prediction()
.
Takes a link function name as a character string,
the type of effect to be used, and the desired back transformation
and returns a list with all the options needed to execute the desired
options in prediction()
.
.links( link, effects = c("fixedonly", "includeRE", "integrateoutRE"), backtrans = c("response", "linear", "identity", "invlogit", "exp", "square", "inverse") )
link |
The link named in a |
effects |
A character string, the type of effect desired |
backtrans |
A character string, the type of back transformation |
A list with eight elements.
A character string giving the argument to be passed to fitted()
.
A character string giving the name of the inverse link function.
Inverse link function as an R
function.
An integer giving the inverse link / transformation to be applied in integratere()
, needed as this is a C++ function and cannot use the R
based inverse link function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.