## Not run:
# Scale <- exp(2); shape = logit(-1, inverse = TRUE);
# edata <- data.frame(y = rexpgeom(n = 2000, scale = Scale, shape = shape))
# fit <- vglm(y ~ 1, expgeometric, edata, trace = TRUE)
# c(with(edata, mean(y)), head(fitted(fit), 1))
# coef(fit, matrix = TRUE)
# Coef(fit)
# summary(fit)
# ## End(Not run)
Run the code above in your browser using DataLab