powered by
simplex(lmu = "logit", lsigma = "loge", imu = NULL, isigma = NULL)
"vglmff"
vglmff-class
vglm
vgam
rig
x = runif(n <- 100) y = rbeta(n, shape1=3+x, shape2=4-x) fit = vglm(y ~ 1, simplex, trace=TRUE, eps=1e-9, cri="c") coef(fit, matrix=TRUE) Coef(fit) fit summary(fit)
Run the code above in your browser using DataLab