idata = data.frame(y = rnbinom(n <- 1000, mu=exp(3), size=exp(1)))
fit <- vglm(y ~ 1, invbinomial, idata, trace=TRUE)
with(idata, c(mean(y), head(fitted(fit), 1)))
summary(fit)
coef(fit, matrix=TRUE)
Coef(fit)
sum(weights(fit)) # sum of the prior weights
sum(weights(fit, type="w")) # sum of the working weights
Run the code above in your browser using DataLab