family | R Documentation |
Family objects provide a convenient way to specify the details
of the models used by netReg
.
See also stats::family
for more details.
family(object, ...)
gaussian(link = c("identity"))
binomial(link = c("logit", "probit", "log"))
poisson(link = c("log"))
gamma(link = c("inverse"))
beta(link = c("logit", "probit", "log"))
inverse.gaussian(link = c("1/mu^2"))
object |
a object for which the family shoulr be retured
(e.g. |
... |
further arguments passed to methods |
link |
name of a link function |
An object of class netReg.family
family |
name of the family |
link |
name of the link function |
linkinv |
inverse link function |
loss |
loss function |
gaussian()
binomial("probit")$link
poisson()$linkinv
gamma()$linkinv
beta()$loss
inverse.gaussian()$loss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.