Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-21 | Summary method for mmkin objects | Johannes Ranke | 1 | -2/+3 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters | |||||
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 1 | -1/+1 | |
2022-03-08 | Avoid using multiple processes on CRAN check machines | Johannes Ranke | 1 | -1/+1 | |
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 1 | -1/+1 | |
2021-09-16 | Adapt and improve the dimethenamid vignette | Johannes Ranke | 1 | -13/+2 | |
Adapt to the corrected data and unify control parameters for saemix and nlmixr with saem. Update docs | |||||
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -4/+15 | |
2021-09-15 | Update test result to corrected data, version bump | Johannes Ranke | 1 | -13/+6 | |
2021-06-17 | Let backtransform_odeparms handle nlmixr formation fractions | Johannes Ranke | 1 | -9/+2 | |
Also adapt summary.nlmixr.mmkin to correctly handle the way formation fractions are translated to nlmixr | |||||
2021-06-11 | Finished 'summary.nlmixr.mmkin', checks, docs | Johannes Ranke | 1 | -50/+9 | |
2021-06-09 | Rudimentary support for setting up nlmixr models | Johannes Ranke | 1 | -14/+54 | |
- All degradation models are specified as ODE models. This appears to be fast enough - Error models are being translated to nlmixr as close to the mkin error model as possible. When using the 'saem' backend, it appears not to be possible to use the same error model for more than one observed variable - No support yet for models with parallel formation of metabolites, where the ilr transformation is used in mkin per default - There is a bug in nlmixr which appears to be triggered if the data are not balanced, see nlmixrdevelopment/nlmixr#530 - There is a print and a plot method, the summary method is not finished | |||||
2021-04-21 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -1/+1 | |
2021-04-21 | Version 1.0.4 published yesterdayv1.0.4 | Johannes Ranke | 1 | -3/+5 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 1 | -4/+10 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 1 | -3/+3 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-15 | Fully rebuild docs, rerun tests and check | Johannes Ranke | 1 | -2/+2 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -1/+1 | |
Also bump version to 1.0.3. | |||||
2021-02-13 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -2/+2 | |
Run make testcheck to regenerate logs with merge conflicts | |||||
2021-02-13 | Update for gmkin 0.6.12v1.0.2 | Johannes Ranke | 1 | -1/+1 | |
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 1 | -3/+12 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 1 | -1/+1 | |
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -14/+5 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 1 | -6/+10 | |
Address release critical check and test issues | |||||
2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 1 | -2/+7 | |
2020-10-22 | Improve interface to experimental version of nlme | Johannes Ranke | 1 | -2/+2 | |
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(). | |||||
2020-10-08 | Fix issues for release | Johannes Ranke | 1 | -8/+2 | |
2020-07-15 | Improve handling of (partially) failing fits | Johannes Ranke | 1 | -3/+9 | |
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 1 | -1/+1 | |
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits. | |||||
2020-05-12 | Rerun tests and checks, CRAN comments | Johannes Ranke | 1 | -1/+1 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -2/+3 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Don't run visual tests on r-devel for now | Johannes Ranke | 1 | -2/+1 | |
https://github.com/r-lib/vdiffr/issues/86 | |||||
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -1/+1 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -1/+2 | |
Preparing for symbolic solutions for more than one compound | |||||
2020-04-20 | Updated build and check logsv0.9.49.11 | Johannes Ranke | 1 | -1/+1 | |
2020-04-18 | Fix NOTE, prepare for releasev0.9.49.10 | Johannes Ranke | 1 | -23/+3 | |
2020-04-18 | Avoid assignment to .GlobalEnv for CRAN | Johannes Ranke | 1 | -8/+20 | |
2020-04-15 | A plot method for nlme.mmkin fits | Johannes Ranke | 1 | -94/+8 | |
2020-04-14 | Add a nlme method for mmkin row objects | Johannes Ranke | 1 | -4/+98 | |
2020-04-04 | Add three functions to facilitate the use of nlme | Johannes Ranke | 1 | -67/+4 | |
2020-04-03 | Merge branch 'master' into mxkin | Johannes Ranke | 1 | -8/+115 | |
Merge DESCRIPTION manually to combine dependencies and rerun check to update check.log | |||||
2020-03-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -4/+11 | |
2020-03-30 | Add new dependencies | Johannes Ranke | 1 | -58/+14 | |
2020-01-08 | Todays date in DESCRIPTION, update check logv0.9.49.8 | Johannes Ranke | 1 | -1/+2 | |
2019-11-04 | Scaled residual plots | Johannes Ranke | 1 | -1/+1 | |
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -1/+1 | |
2019-10-22 | Go back to d_3 for errmod = "obs" | Johannes Ranke | 1 | -26/+2 | |
in the hope that this makes plotting cross-platform also for this error model | |||||
2019-10-21 | Local check | Johannes Ranke | 1 | -6/+23 | |
2019-10-21 | Improve some plotting routines, more tests | Johannes Ranke | 1 | -5/+3 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-21 | Refactor mkinfit, infrastructure work | Johannes Ranke | 1 | -23/+8 | |
mkinfit objects now include an ll() function to calculate the log-likelihood. Part of the code was refactored, hopefully making it easier to read and maintain. IRLS is currently the default algorithm for the error model "obs", for no particular reason. This may be subject to change when I get around to investigate. Slow tests are now in a separate subdirectory and will probably only be run by my own Makefile target. Formatting of test logs is improved. Roundtripping error model parameters works with a precision of 10% when we use lots of replicates in the synthetic data (see slow tests). This is not new in this commit, but as I think it is reasonable this closes #7. | |||||
2019-07-09 | Address winbuilder R-devel warning about usage | Johannes Ranke | 1 | -3/+27 | |
2019-07-09 | Adaptations for gmkin | Johannes Ranke | 1 | -1/+1 | |
Address winbuilder check problems, update check log, update of static docs |