ymat = rbilogis4(n <- 1000, loc1=5, loc2=7, scale2=exp(1))
plot(ymat)
fit = vglm(ymat ~ 1, fam=bilogistic4, trace=TRUE)
coef(fit, matrix=TRUE)
Coef(fit)
head(fitted(fit))
vcov(fit)
head(weights(fit, type="w"))
summary(fit)
Run the code above in your browser using DataLab