diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-21 17:15:06 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-21 17:15:06 +0200 |
| commit | b12e80a875d87f790d67a4e5a50d829060316a18 (patch) | |
| tree | 0504845ea4551bdd8e822e00b60c5617ab48f1d9 /NAMESPACE | |
| parent | 9cea08c280aaf6d2a11c399c9b29fa9e8a5373d5 (diff) | |
Improve fitting the two-component error model
with respect to accuracy and robustness.
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Export all names -exportPattern(".") +exportPattern("^[^\\.]") S3method(print, mkinds) S3method(print, mkinmod) S3method(plot, mkinfit) @@ -23,3 +23,4 @@ importFrom(deSolve, ode) importFrom(methods, signature) importFrom(R6, R6Class) importFrom(grDevices, dev.cur) +importFrom(plyr, join) |
