Last chance! 50% off unlimited learning
Sale ends in
Coef.vlm(object, ...)
coef
.y ~ 1
)
the back-transformed parameter estimates can be returned.Coef
,
coef
.set.seed(123); nn <- 1000
bdata <- data.frame(y = rbeta(nn, shape1 = 1, shape2 = 3))
fit <- vglm(y ~ 1, betaff, data = bdata, trace = TRUE) # intercept-only model
coef(fit, matrix = TRUE) # log scale
Coef(fit) # On the original scale
Run the code above in your browser using DataLab