NEWS
robmixglm 1.2-4 (2024-09-27)
- fix bug which cause fail when model only contained an intercept
- change of e-mail address
robmixglm 1.2-3 (2022-05-09)
- fail gracefully if no starting values found.
- fix e-mail address.
robmixglm 1.2-2 (2021-07-05)
- changed starting values for fitting in bootstrap outlier test. This causes a slight change in results.
robmixglm 1.2-1 (2021-01-07)
- changed gaussian so that outliers have variance sigma^2 outliers rather than sigma^2+tau^2.
- improved speed of multiple cores
- changed default number of multiple cores to number of cores divided by 2 (this has only slightly less speed)
- tidied up vignette
robmixglm 1.2-0 (2020-08-26)
- added negative binomial distribution
- fixed bug causing too many displays of failure to find starting values message
- increased number of random starting values to 50 to make finding the global maximum more likely
- improved calculation of standard errors
robmixglm 1.1-1 (2020-08-13)
- use multiple cores for determining starting values (if this causes problems then set cores=1)
- tidied up code for testing outliers
- improved error handling in outlier test
- fixed bug in starting values for gaussian models
robmixglm 1.1-0 (2020-06-18)
- added predict method
- implemented bootstrap for testing for outliers using multiple cores (if this causes problems then set cores=1)
- removed progress show from outlier test (this won't work properly with multiple cores)
- set examples to donttest to satisfy CRAN checks
robmixglm 1.0-4 (2020-04-17)
- fixed numerical problems
- improved selection of starting values, especially with small number of observations
robmixglm 1.0-3 (2020-04-03)
- fixed error due to changes in class() behaviour by replacing with inherits when appropriate
robmixglm 1.0-2 (2018-07-31)
- added extra sentences in description
- changed dontrun to donttest
- changed several examples to allow running as part of check
robmixglm 1.0-1