Changes in version 2020-12-18 - NAMESPACE and all .Rd files are now auto generated. - PROTECT / UNPROTECT issue fixed (in file inter.cc) - Improved documentation of dietox. Changes in version 2019-12-13 - PROTECT / UNPROTECT imbalance fixed - Version 1.3-1 uploaded Changes in version 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 Changes in version 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 Changes in version 1.3.12 (2024-09-23) - Fixed referece to std in c code. - Other issues in old code fixed. Thanks to Brian Ripley Changes in version 1.3.11 (2024-06-06) - Update of documentation of geeglm Changes in version 1.3.10 (2024-02-01) - Update of vignette. Changes in version 1.3.9 (2022-08-16) - QIC now takes environment argument because the function is called from another function in another package. Changes in version 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. Changes in version 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. Changes in version 1.3.6 - Version 1.3.5 never made it to CRAN for some reason (no changes of NEWS.md detected) Changes in version 1.3.5 - Fixed a critical error in QIC() (thanks to Brian McLoone and Steven Orzack for finding this) Changes in version 1.3.4 (2022-05-31) - Minor documentation update by request from CRAN Changes in version 1.3.3 (2022-01-09) - Minor documentation updates - Minor polishing of code