enrich.link-glm | R Documentation |
link-glm
Enrich objects of class link-glm
with
further derivatives of linkinv
with respect to eta
.
## S3 method for class ''link-glm''
enrich(object, with = "all", ...)
object |
an object of class |
with |
a character vector with enrichment options for |
... |
extra arguments to be passed to the |
The enrich.link-glm
method supports logit
,
probit
, cauchit
, cloglog
, identity
,
log
, sqrt
, 1/mu^2
, inverse
, as well as
the power
family of links.
The object object
of class link-glm
with extra components. get_enrichment_options.link-glm()
returns the components and their descriptions.
# Example
elogit <- enrich(make.link("logit"), with = "inverse link derivatives")
str(elogit)
elogit$d2mu.deta
elogit$d3mu.deta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.