The following is an interim distribution of the VGAM package. It fixes up some bugs that have been found between the latest official version and the next version to be officially released on CRAN. This website is not 'official'.
These have been tested 'okay' for R version 4.4.1. For this, the following packages may need to be installed: nlme, stringi for knitr. To do this in Linux, download the source files and install them from the command line.
Please find some notes:
Link <- "probitlink" pneumo <- transform(pneumo, let = log(exposure.time)) vglm(cbind(normal, mild, severe) ~ let, cumulative(Link, parallel = TRUE), pneumo)For this however, code such as
ldata <- data.frame(y = rnorm(2000, 0.5, 0.1)) # Improper data vglm(y ~ 1, data = ldata, leipnik(llambda = logofflink(offset = 1), ilambda = 1))needs to be changed to
vglm(y ~ 1, data = ldata, leipnik(llambda = "logofflink(offset = 1)", ilambda = 1))That is, use quotes.
Thanks to Uwe Ligges for his Win-Builder web page.
[
1.6 MB
gzipped tar file (VGAM_1.1-13.tar.gz)
]
[
7.4 MB
zip file (VGAM_1.1-13.zip)
]
Last modified: Mon 20 Jan 2025 11:58:01 NZDT
Return to Thomas Yee's personal home page
Return to Departmental Homepage