Last chance! 50% off unlimited learning
Sale ends in
linkfun.vglm(object, earg = FALSE, ...)
"vglm"
, i.e., a VGLM object.TRUE
then a list is returned.earg = TRUE
then a list with the following components.linkfun
,
multilogit
,
vglm
.fit1 <- vgam(cbind(r1, r2) ~ s(year, df = 3), gev(zero = 2:3), data = venice)
coef(fit1, matrix = TRUE)
linkfun(fit1)
linkfun(fit1, earg = TRUE)
Run the code above in your browser using DataLab