NEWS
lqmm 1.5.8 (2022-04-06)
lqmm 1.5.7
- fixed bug in boot.lqmm (try(..., silent = TRUE))
- Fixed bug in predict.lqmm (thanks to Max Gordon)
lqmm 1.5.6 (2021-11-07)
- CRAN request to define USE_FC_LEN_T in headers, obligatory starting from R 4.2.0
- Added newdata argument in predict.lqmm
- Changed maintainer's email
lqmm 1.5.5 (2019-12-13)
- Fixed CRAN error related to _R_CLASS_MATRIX_ARRAY_ starting from R 4.0.0
- Fixed bug in boot.lqm
- Fixed bug in boot.lqmm
lqmm 1.5.4 (2018-04-13)
- Fixed bug in createLaguerre
- lqmgsR: changed gradient (no division by n)
- Added smooth approximation loss function
- Registered dll routines
- Fixed CRAN message 'Note: break used in wrong context: no loop is visible'
- Removed LRT from lqmm summary
lqmm 1.5.3 (2016-02-03)
- Updated function VarCorr for compatibility with nlme 3.1-123
lqmm 1.5.2 (2015-09-23)
- Corrected bug in predict.lqm
- Corrected bug in varAL
- Removed rounding of values of 'tau' from lqm and lqmm
- New lqm routine ("gs2") more stable with larger datasets. Default is "gs1". See ?lqmControl for details
- New function predint.lqmm to calculate prediction intervals in lqmm
- Replaced ChangeLog with NEWS (which is more appropriate)
- Acknowledgements: thanks to Nathan Pace for reporting bugs and other issues
lqmm 1.5.1 (2014-12-17)
- Changed maintainer's email address
- Corrected bug in qal
- Added constraint on tau in asymmetric Laplace distribution functions
- Added warning when user defines sigma < 0 in asymmetric Laplace distribution functions
lqmm 1.5 (2014-05-01)
- Changed versioning
- S3 methods registered
- Introduced new generic functions boot, extractBoot
- Function raneff.lqmm renamed ranef.lqmm
- Function cov.lqmm renamed VarCorr.lqmm
- Imported nlme generic ranef and VarCorr
lqmm 1.04 (2014-01-09)
- Changed license from GPL >= 3 to GPL >= 2
- Added vignette lqmm_manual.pdf
- Improved code and documentation
- Corrected bug in lqm.counts (in previous package versions standard errors were NOT divided by sqrt(n))
- New functions for lqm.counts objects
lqmm 1.03 (2013-04-30)
- Improved documentation
- Changed default lqmmControl(method = "df") to lqmmControl(method = "gs") (lqmm.R)
- References updated
- Fixed bug in covHandling (lqmm.R)
- Produce warning when likelihood ratio test is negative
lqmm 1.02 (2012-09-15)
- Changed lqmControl and lqmmControl parameters (less stringent convergence thresholds) (lqmm.R)
- Changed quadrature default in lqmm (lqmm.R)
- Changed to the function boot.lqmm (lqmm.R) which provides bootstrapped standard errors of the coefficients estimates. The starting values used in each bootstrap sample are by default those from a least squares fit (startQR = FALSE). In previous versions of the package, starting values were taken from the fitted object (startQR = TRUE) to speed up convergence in each bootstrap sample. However, this causes the standard errors to be under-estimated
lqmm 1.01 (2012-05-31)
- Added functions
- Fixed bugs in ll_h_R and ll_h_d (lqmm.c)
- Amended cov.sel (lqmm.R) and psi_mat (lqmm.c)
lqmm 1.0 (2012-04-29)