make.link {stats} | R Documentation |
This function is used with the family
functions in
glm()
.
Given the name of a link, it returns a link function, an inverse link
function, the derivative d\mu / d\eta
and a function
for domain checking.
make.link(link)
link |
character; one of |
A object of class "link-glm"
, a list with components
linkfun |
Link function |
linkinv |
Inverse link function |
mu.eta |
Derivative |
valideta |
|
name |
a name to be used for the link |
.
utils::str(make.link("logit"))