NEWS
gcmr 1.0.3 (2022-07-18)
- replaced dDOUBLE_EPS with DBL_EPSILON
gcmr 1.0.2 (2020-01-30)
- removed dependence on the orphaned geoR
gcmr 1.0.1 (2018-04-30)
- Minor fixes introduced for CRAN compatibility (methods are no more imported,
modified the citation of the car package)
gcmr 1.0.0 (2017-04-28)
- published version: Masarotto, G. and Varin C. (2017). Gaussian Copula Regression in R. Journal of Statistical Software, 77(8), 1--26. doi:10.18637/jss.v077.i08
- included 'grDevices', 'utils', 'graphics', 'stats', 'Formula' in imports
gcmr 0.7.5 (2015-06-02)
- vignette
- improved plot method
- vcov and summary re-designed
- estfun works properly for clustered/longitudinal data
- bug in update formula fixed
- improved profile method
- documentation updated
- method coeftest.gcmr
gcmr 0.7.0 (2015-04-20)
- depends and imports rearranged to conform with CRAN policies
- plot method
- summary and print methods redesigned
- fitted.values returned
- new examples
- documentation corrected and updated
- bug in 'beta.marg' fixed
- subset affects id in 'cluster.cormat'
gcmr 0.6.1 (2013-07-29)
- argument fixed now allows to fix all model parameters at the same time
- documentation updated; appropriate references included
gcmr 0.6.0 (2013-07-12)
- extended formula for dispersion modelling
- beta regression model
gcmr 0.5.1 (2012-09-06)
- bug in profile.gcmr fixed
gcmr 0.5.0 (2012-09-03)
- box constraints for the parameters can be easily specified in marginal and cormat
- switched to the .Call interface; C functions are now registered.
- renamed marginal$sim to marginal$q (this method is yet unused in the exported interface)
gcmr 0.4 (2012-08-08)
- long marginal name (gaussian not gs, poisson not ps)
- Gamma and Weibull marginals
- type="independence" for cluster.cormat
- 'marginal' and 'cormat' arguments can be resolved in 'data'
- optimization warning are given only for the final call of the
numerical optimization routine