Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-16 | Improve multistart documentation, bugfix | Johannes Ranke | 3 | -14/+94 | |
- Split out llhist and parhist documentation - Add example code for multistart - Create a multistart vignette, because the example code fails when run by pkgdown - Fix multistart for the case of mkin transformations in the saem fit | |||||
2022-09-16 | Improve docs and update pkgdown | Johannes Ranke | 2 | -15/+16 | |
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 3 | -4/+25 | |
2022-09-13 | More work on multistart | Johannes Ranke | 3 | -2/+14 | |
2022-08-14 | Basic multistart method for saem.mmkin objects | Johannes Ranke | 3 | -9/+55 | |
2022-08-10 | Update docs | Johannes Ranke | 1 | -1/+6 | |
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 3 | -7/+112 | |
- 'R/mhmkin.R': New method for performing multiple hierarchical mkin fits in one function call, optionally in parallel. - 'R/saem.R': 'logLik' and 'update' methods for 'saem.mmkin' objects. - 'R/illparms.R': Add methods for 'saem.mmkin' and 'mhmkin' objects. tests: Use 2 cores on travis, should work according to docs | |||||
2022-07-26 | Import parallel instead of depending on it | Johannes Ranke | 1 | -2/+2 | |
This cleans up the startup message. Loading parallel is not that important, users wanting to use it will know what to do. Also, add codemeta.json to .Rbuildignore | |||||
2022-07-21 | Summary method for mmkin objects | Johannes Ranke | 4 | -1/+122 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters | |||||
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 2 | -12/+12 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-04-13 | More control of y axes in plot.mkinfit, updates | Johannes Ranke | 1 | -1/+2 | |
Documentation and test results were updated, the latter with regard to the previous work on plot.mixed.mmkin. | |||||
2022-04-09 | Improvements to mean_degparms() and plot.mixed.mmkin() | Johannes Ranke | 3 | -4/+22 | |
- New argument 'default_log_parms' for mean_degparms() - 'plot.mixed.mmkin': Pass the frame argument also to residual plots, take the 'default_log_parms' argument for 'mean_degparms' used for constructing approximate population curves, plot population curve last to avoid that it is covered by data | |||||
2022-03-19 | Improvements to CAKE_export() | Johannes Ranke | 1 | -2/+2 | |
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -35/+36 | |
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 3 | -5/+6 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 6 | -426/+3 | |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). | |||||
2022-03-03 | Update link to 2,4-D data | Johannes Ranke | 1 | -1/+1 | |
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -2/+1 | |
2022-03-02 | Fix nlmixr fits with parallel metabolites | Johannes Ranke | 1 | -0/+24 | |
2022-03-02 | Add a test for tffm0() | Johannes Ranke | 1 | -8/+12 | |
2022-03-01 | Add some more tests | Johannes Ranke | 1 | -0/+1 | |
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 2 | -0/+4 | |
2021-10-05 | Update docs | Johannes Ranke | 1 | -3/+5 | |
2021-09-29 | Reduce noise in nlmixr.mmkin output in examples | Johannes Ranke | 1 | -14/+25 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 4 | -4/+54 | |
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -5/+2 | |
2021-09-15 | Fix Open EFSA URL, changelog for 1.0.5v1.0.5 | Johannes Ranke | 1 | -1/+1 | |
The EFSA URL failed on winbuilder because some cookie sets a different domain, so I am now using \href{} with the full link as link text instead of \url{} | |||||
2021-09-15 | Update test result to corrected data, version bump | Johannes Ranke | 1 | -2/+2 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 4 | -17/+28 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-06-17 | Let backtransform_odeparms handle nlmixr formation fractions | Johannes Ranke | 3 | -4/+89 | |
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 | 6 | -28/+48 | |
2021-06-09 | Rudimentary support for setting up nlmixr models | Johannes Ranke | 7 | -29/+334 | |
- 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 | -2/+3 | |
2021-04-21 | Version 1.0.4 published yesterdayv1.0.4 | Johannes Ranke | 1 | -2/+3 | |
2021-03-19 | test_log_parms for plot.mixed.mmkin, roxygen run | Johannes Ranke | 3 | -3/+19 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 2 | -4/+26 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-15 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -0/+4 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -0/+4 | |
Also bump version to 1.0.3. | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 4 | -5/+269 | |
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 | 7 | -50/+44 | |
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 | 4 | -270/+6 | |
- 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-25 | Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin | Johannes Ranke | 2 | -1/+4 | |
See NEWS.md. Closes #12 | |||||
2021-01-22 | We do not need to suppress saemix plots any more | Johannes Ranke | 1 | -4/+0 | |
This makes fitting with saem within parallel::mclapply much faster and, surprisingly, much less hungry for RAM. | |||||
2021-01-11 | Rebuild docs | Johannes Ranke | 4 | -7/+7 | |
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 3 | -5/+7 | |
Address release critical check and test issues | |||||
2020-12-21 | plot.mixed: Possibility to overlay predictions | Johannes Ranke | 2 | -1/+17 | |
2020-12-19 | Dimethenamid data, normalisation options | Johannes Ranke | 2 | -2/+39 | |
2020-12-16 | And add the second candidate model | Johannes Ranke | 1 | -0/+4 | |
2020-12-16 | and update docs | Johannes Ranke | 1 | -1/+1 | |
2020-12-16 | Add printout of d24 model and update docs | Johannes Ranke | 2 | -2/+1 | |