diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-22 12:34:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-22 12:34:40 +0200 |
commit | 4a6beafe6ca119500232ecda4b5672dd4a1877c2 (patch) | |
tree | ade255f256a2cebf6262f12f816925ca3ce9944c /DESCRIPTION | |
parent | a9c7a1a8322567e9406a59ba0a4f910b89bd05e6 (diff) |
Improve interface to experimental version of nlme
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().
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 80ba23d4..b56c77c7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Description: Calculation routines based on the FOCUS Kinetics Report (2006, note that no warranty is implied for correctness of results or fitness for a particular purpose. Imports: stats, graphics, methods, deSolve, R6, inline, parallel, numDeriv, - lmtest, pkgbuild, nlme (>= 3.1-149), purrr, saemix (>= 3.1.9000) + lmtest, pkgbuild, nlme (>= 3.1-150.1), purrr, saemix (>= 3.1.9000) Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr, benchmarkme, tibble, stats4 License: GPL |