Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-22 | Improve interface to experimental version of nlme | Johannes Ranke | 1 | -3/+30 | |
The experimental nlme version in my drat repository contains the variance function structure varConstProp which makes it possible to use the two-component error model in generalized nonlinear models using nlme::gnls() and in mixed effects models using nlme::nlme(). | |||||
2019-12-09 | Consistently use "two-component error model" | Johannes Ranke | 1 | -1/+1 | |
instead of "two component error model" | |||||
2019-10-25 | Use roxygen for functions and methods | Johannes Ranke | 1 | -0/+26 | |
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 1 | -0/+3 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. |