set.link {robustbetareg} | R Documentation |
Link functions for robust beta regression
Description
This function provides several link functions for robust beta regression.
Usage
set.link(link.mu = "logit", link.phi = "log")
Arguments
link.mu |
character specifying the mean link function. Currently, the functions
" |
link.phi |
character specifying the precision link function. Currently,
the functions " |
Value
set.link
provides the link function, inverse link function, first and
second derivatives for both mean and precision submodels.
Examples
links = set.link(link.mu = "cauchit", link.phi = "sqrt")
attributes(links)
[Package robustbetareg version 0.3.0 Index]