Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-28 | Update vignette and static docs | Johannes Ranke | 3 | -2/+2 | |
2022-09-28 | Fix handling of multistart fits with failures | Johannes Ranke | 3 | -26/+0 | |
2022-09-19 | Improve parhist and llhist | Johannes Ranke | 3 | -11/+15 | |
In particular, adapt the display of parameter boxplots for saem fits using mkin transformations to the way used for saem fits using saemix transformations, i.e. always show parameters on the natural scale, and normalised them by dividing by the median from the multiple runs. | |||||
2022-09-16 | Add llhist to the multistart vignette | Johannes Ranke | 2 | -0/+14 | |
2022-09-16 | Improve multistart documentation, bugfix | Johannes Ranke | 3 | -0/+512 | |
- 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 | 1 | -0/+0 | |
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 1 | -72/+79 | |
2022-08-10 | Change dev branch used for docs, update static docs | Johannes Ranke | 1 | -0/+0 | |
2022-07-22 | Update static docs | Johannes Ranke | 1 | -0/+0 | |
2022-07-14 | Improve readability of benchmark code shown in vignette | Johannes Ranke | 3 | -29/+44 | |
2022-07-12 | Tests before releasev1.1.1 | Johannes Ranke | 1 | -112/+0 | |
2022-07-12 | Rerun benchmarks on desktop computer | Johannes Ranke | 4 | -13/+162 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 6 | -314/+83 | |
Thanks to Tomas Kalibera for his analysis of the problem on the r-package-devel mailing list and for the suggestion on how to fix it. See the current benchmark vignette for the new data on mkin 1.1.1 with R 4.2.1, with unprecedented performance. | |||||
2022-07-01 | Sensitivity of AIC values in DMTA vignette to BLAS version | Johannes Ranke | 9 | -2/+2209 | |
2022-07-01 | Rerun benchmarks with R 4.2.1 and openblas-serial | Johannes Ranke | 2 | -11/+11 | |
After confirming that lapack versus atlas versus openblas results are quite similar, and therefore not responsible for the differences between R 4.1.3 and R 4.2.1 | |||||
2022-07-01 | Update benchmark article in online docs | Johannes Ranke | 1 | -0/+0 | |
2022-07-01 | Add benchmarks on laptop with R 4.1.3 and 4.2.1 | Johannes Ranke | 3 | -46/+75 | |
2022-07-01 | Add R version to data in benchmark vignette | Johannes Ranke | 5 | -15/+2342 | |
2022-06-30 | Merge branch 'dmta_vignette' | Johannes Ranke | 1 | -1/+1 | |
2022-06-30 | Remove stray sentence from vignette, update docs | Johannes Ranke | 1 | -1/+1 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 6 | -4088/+80 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 2 | -267/+134 | |
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-02 | Make tests more platform independent, update docs | Johannes Ranke | 6 | -27/+28 | |
2022-02-28 | Improve dimethenamid vignette | Johannes Ranke | 3 | -241/+126 | |
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 4 | -25/+25 | |
2022-01-11 | Update the dimethenamid vignette with current saemix | Johannes Ranke | 14 | -162/+153 | |
Convergence is faster with this version (@ecomets mentioned that there was a bugfix lately that could lead to faster convergence). However, if I use too many iterations (i.e. 10 000 as in the last version of this vignette), I get an error in solving omega.teta during later iterations, apparently due to overparameterisation of the DFOP model in this case. | |||||
2021-12-08 | PD in Freiburg statt Bremen | Johannes Ranke | 1 | -1/+1 | |
2021-11-17 | Update required saemix version, update tests | Johannes Ranke | 2 | -30/+30 | |
2021-10-06 | Replace outdated JSS article URL by doi | Johannes Ranke | 1 | -1/+1 | |
Thanks to the hint of Achim Zeileis from the CRAN team | |||||
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 15 | -180/+327 | |
2021-09-17 | Put the AIC comparison in a subsubsection | Johannes Ranke | 2 | -15/+28 | |
2021-09-16 | Adapt and improve the dimethenamid vignette | Johannes Ranke | 25 | -274/+438 | |
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 | 3 | -33/+12 | |
2021-08-04 | Improve AIC table in vignette | Johannes Ranke | 1 | -1/+3 | |
2021-07-27 | Fix dimethenamid vignette problems and update docs | Johannes Ranke | 2 | -38/+128 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 5 | -151/+95 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-07-23 | Rerun tests, use current vdiffr on travis | Johannes Ranke | 3 | -56/+48 | |
2021-07-23 | Some example evaluations of dimethenamid data | Johannes Ranke | 21 | -4/+2323 | |
Evaluations with nlme, saemix and nlmixr are included | |||||
2021-04-21 | Merge branch 'master' into saemix | Johannes Ranke | 3 | -121/+73 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 3 | -123/+75 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-18 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -0/+0 | |
2021-02-15 | Correct grant numbers in README, update docs | Johannes Ranke | 1 | -0/+0 | |
2021-02-15 | Fully rebuild docs, rerun tests and check | Johannes Ranke | 3 | -18/+18 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 16 | -485/+619 | |
Also bump version to 1.0.3. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -0/+0 | |
- 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 | |||||
2020-11-30 | Complete rebuild of static docs of dev version | Johannes Ranke | 1 | -0/+0 | |
2020-11-27 | Improved way to have persistent DLLs for mkinmod | Johannes Ranke | 1 | -2/+2 | |
Depends on inline >= 0.16.2 (including the bug fixes from eddelbuettel/inline#18), which provides 'moveDLL' to store the DLL for a compiled function in a safe place in case the argument 'dll_dir' is specified in the call to 'mkinmod'. Huge thanks to Dirk @eddelbuettel for his review and support for the work on the inline package. | |||||
2020-11-24 | Support storing mkinmod compiled code as CFunc objects | Johannes Ranke | 1 | -4/+43 | |
With automatic reloading in mkinfit and mkinpredict in case the DLL is not loaded and the original DLL path has been cleaned up. Depends on jranke/inline@974bdea04fcedfafaab231e6f359c88270b56cb9 See inline#13 | |||||
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 3 | -96/+171 | |
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. |