powered by
link-glm
Enrich objects of class link-glm with further derivatives of linkinv with respect to eta.
linkinv
eta
# S3 method for `link-glm` enrich(object, with = "all", ...)
an object of class link-glm
a character vector with enrichment options for object
object
extra arguments to be passed to the compute_* functions
compute_*
The object object of class link-glm with extra components. get_enrichment_options.link-glm() returns the components and their descriptions.
get_enrichment_options.link-glm()
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.
enrich.link-glm
logit
probit
cauchit
cloglog
identity
log
sqrt
1/mu^2
inverse
power
# NOT RUN { # Example elogit <- enrich(make.link("logit"), with = "inverse link derivatives") str(elogit) elogit$d2mu.deta elogit$d3mu.deta # }
Run the code above in your browser using DataLab