NEWS
geepack 2020-12-18
- NAMESPACE and all .Rd files are now auto generated.
- PROTECT / UNPROTECT issue fixed (in file inter.cc)
- Improved documentation of dietox.
geepack 2019-12-13
- PROTECT / UNPROTECT imbalance fixed
geepack 2019-12-10
- Migrated to use roxygen
- Improved documentation of geeglm
- Check for data being sorted by 'id' i geeglm; a warning is issued if not.
- QIC added; thanks to Claus Ekstrøm who is now a contributor.
- tidy function from broom package is imported.
- muscatine data added
- Version 1.3-0 uploaded
geepack 2014-09-13
- geeglm objects now inherits from lm also (to prevent warning when
calling predict).
- Maintainer of geepack is now Søren Højsgaard
- Location of vignette fixed
- Version 1.2-0 uploaded
geepack 1.3.12 (2024-09-23)
- Fixed referece to std in c code.
- Other issues in old code fixed. Thanks to Brian Ripley
geepack 1.3.11 (2024-06-06)
- Update of documentation of geeglm
geepack 1.3.10 (2024-02-01)
geepack 1.3.9 (2022-08-16)
- QIC now takes environment argument because the function is called from another function in another package.
geepack 1.3.8
- Version 1.3.7 never made it to CRAN for some reason (no changes of NEWS.md detected). Now NEWS.md has different markup.
geepack 1.3.7
- Version 1.3.6 never made it to CRAN for some reason (no changes of NEWS.md detected). Now NEWS.md has different markup.
geepack 1.3.6
- Version 1.3.5 never made it to CRAN for some reason (no changes of NEWS.md detected)
geepack 1.3.5
- Fixed a critical error in QIC() (thanks to Brian McLoone and Steven Orzack for finding this)
geepack 1.3.4 (2022-05-31)
- Minor documentation update by request from CRAN
geepack 1.3.3 (2022-01-09)
- Minor documentation updates