make.link | 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 dmu/deta 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 |
.
power
, glm
, family
.
utils::str(make.link("logit"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.