
Last chance! 50% off unlimited learning
Sale ends in
explogarithmic(lscale = "loge", lshape = "logit", escale = list(),
eshape = list(), iscale = NULL, ishape = NULL,
tol12 = 1e-05, zero = 1, nsimEIM = 400)
CommonVGAMffArguments
for information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.dexplog
,
exponential
,scale = exp(2); shape = logit(-1, inverse = TRUE);
edata = data.frame(y = rexplog(n = 2000, scale = scale, shape = shape))
fit = vglm(y ~ 1, explogarithmic, edata, trace = TRUE)
c(with(edata, median(y)), head(fitted(fit), 1))
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab