Last chance! 50% off unlimited learning
Sale ends in
y = rbenini(n <- 3000, y0=1, shape=exp(2))
fit = vglm(y ~ 1, benini(y0=1), trace=TRUE, crit="c")
coef(fit, matrix=TRUE)
Coef(fit)
fit@extra$y0
# Apparent discrepancy:
head(fitted(fit))
mean(y)
Run the code above in your browser using DataLab