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