View source: R/family.univariate.R
rigff | R Documentation |
Estimation of the parameters of a reciprocal inverse Gaussian distribution.
rigff(lmu = "identitylink", llambda = "loglink", imu = NULL,
ilambda = 1)
lmu , llambda |
Link functions for |
imu , ilambda |
Initial values for |
See Jorgensen (1997) for details.
An object of class "vglmff"
(see vglmff-class
).
The object is used by modelling functions
such as vglm
,
and vgam
.
This distribution is potentially useful for dispersion modelling.
T. W. Yee
Jorgensen, B. (1997). The Theory of Dispersion Models. London: Chapman & Hall
simplex
.
rdata <- data.frame(y = rchisq(100, df = 14)) # Not 'proper' data!!
fit <- vglm(y ~ 1, rigff, rdata, trace = TRUE)
fit <- vglm(y ~ 1, rigff, rdata, trace = TRUE, crit = "c")
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.