Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-28 | Update docs | Johannes Ranke | 56 | -17941/+18863 | |
2022-01-11 | Update static docsnlmixr | Johannes Ranke | 20 | -9255/+12062 | |
2021-10-05 | Update docs | Johannes Ranke | 17 | -1569/+10190 | |
2021-09-29 | Reduce noise in nlmixr.mmkin output in examples | Johannes Ranke | 4 | -4143/+49 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 19 | -64/+684 | |
2021-09-17 | Put the AIC comparison in a subsubsection | Johannes Ranke | 2 | -22/+26 | |
2021-09-16 | Adapt and improve the dimethenamid vignette | Johannes Ranke | 38 | -352/+375 | |
Adapt to the corrected data and unify control parameters for saemix and nlmixr with saem. Update docs | |||||
2021-08-04 | Improve AIC table in vignette | Johannes Ranke | 10 | -58/+70 | |
2021-07-29 | Add citations to the DESCRIPTION | Johannes Ranke | 3 | -4/+9 | |
2021-07-29 | Go back to 1.0.x version, update docs | Johannes Ranke | 23 | -93/+99 | |
2021-07-27 | Fix dimethenamid vignette problems and update docs | Johannes Ranke | 43 | -1034/+1003 | |
2021-06-22 | Update development version of online docs | Johannes Ranke | 7 | -9289/+1018 | |
2021-06-11 | Finished 'summary.nlmixr.mmkin', checks, docs | Johannes Ranke | 47 | -456/+15514 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 32 | -357/+358 | |
- 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 | 176 | -703/+983 | |
2021-02-13 | Update static docs | Johannes Ranke | 2 | -6/+16 | |
2021-02-13 | Rebuild docs | Johannes Ranke | 1 | -1/+1 | |
2021-02-13 | Update docs | Johannes Ranke | 11 | -41/+49 | |
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 36 | -511/+559 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2021-01-25 | Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin | Johannes Ranke | 19 | -34/+28 | |
See NEWS.md. Closes #12 | |||||
2021-01-11 | Rebuild docs | Johannes Ranke | 8 | -64/+86 | |
2020-12-21 | plot.mixed: Possibility to overlay predictions | Johannes Ranke | 6 | -35/+47 | |
2020-12-19 | Update docs | Johannes Ranke | 5 | -17/+262 | |
2020-12-16 | And add the second candidate model | Johannes Ranke | 2 | -1/+22 | |
2020-12-16 | and update docs | Johannes Ranke | 3 | -21/+18 | |
2020-12-16 | Add printout of d24 model and update docs | Johannes Ranke | 9 | -28/+47 | |
2020-12-11 | Update static docs | Johannes Ranke | 18 | -137/+405 | |
2020-11-30 | Complete rebuild of static docs of dev version | Johannes Ranke | 117 | -2652/+949 | |
2020-11-27 | Update static docs | Johannes Ranke | 4 | -6/+7 | |
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 132 | -1357/+3369 | |
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. | |||||
2020-11-11 | Update static docs | Johannes Ranke | 6 | -264/+297 | |
2020-11-11 | Add print and plot calls to the saem example code | Johannes Ranke | 12 | -60/+102 | |
2020-11-10 | Digits for summary methods, print.saem.mmkin | Johannes Ranke | 5 | -61/+76 | |
2020-11-09 | saemix.mmkin and nlme.mmkin inherit from mixed.mmkin | Johannes Ranke | 16 | -60/+375 | |
With a plot method. The class mixed.mmkin is currently only a virtual class created to unify the plotting method. | |||||
2020-11-09 | Merge plot methods for nlme.mmkin and saem.mmkin | Johannes Ranke | 12 | -23/+557 | |
This avoids code duplication | |||||
2020-11-09 | Add plot method for saem.mmkin objects | Johannes Ranke | 9 | -9/+320 | |
2020-11-09 | Remove outdated doc page | Johannes Ranke | 1 | -1202/+0 | |
2020-11-09 | Doc improvements | Johannes Ranke | 2 | -6/+7 | |
2020-11-09 | Some work on example code, pkgdown update | Johannes Ranke | 10 | -178/+389 | |
2020-11-09 | Custom analytical solutions for saemix | Johannes Ranke | 3 | -23/+59 | |
Currently SFO-SFO and DFOP-SFO. Speed increase factor about 60 | |||||
2020-11-08 | The call to saemix.predict fails with DFOP-SFO | Johannes Ranke | 3 | -3/+3 | |
2020-11-08 | Update static docs | Johannes Ranke | 7 | -24/+482 | |
2020-11-07 | Update static docs for dev version | Johannes Ranke | 9 | -121/+450 | |
2020-11-07 | Create saem generic for fitting saemix models | Johannes Ranke | 2 | -2/+2 | |
The reasons for this decision were - Creating an saemix generic in the saemix package caused problems with roxygen, because functions like saemix.plot.xy were documented in their help files as S3 methods, although explicitly exported with @export - Creating an saemix generic in this package is possible, but would make it necessary to load samix with exclude = "saemix" in order to avoid overwriting the generic when loading saemix. - The return object of such an saemix generic in this package cannot be an S3 class with class attribute c("saemix.mmkin", "SaemixObject") similar to nlme.mmkin, as saemix returns an S4 class. - Extending the S4 class SaemixObject using simple inheritance to a class SaemixMmkinObject with additional slots did not work as expected. When the initialize method was left untouched, it prevented creation of an SaemixMmkinObject even if it was based on an initialised SaemixObject, as the initialize method seems to always be called by new(). This could potentially be circumvented by a coerce method. If an alternative initialize method was used, an SaemixMmkinObject could be created. However, the methods written for SaemixObjects only worked in some instances, either because they checked for the class, and not for class inheritance (like compare.saemix), or because the initialize method was called for some reason. Therefore, the idea of creating a derived S4 class was abandoned. - A side effect of this decision is that the introduction of the saem generic opens the possibility to use the same generic also for other backends like nlmixr with the SAEM algorithm. | |||||
2020-11-06 | Update benchmarks for dev version | Johannes Ranke | 4 | -69/+129 | |
2020-11-06 | Fast analytical solutions for saemix, update.mmkin | Johannes Ranke | 40 | -406/+972 | |
Also, use logit transformation for g and for solitary formation fractions, addressing #10. | |||||
2020-11-05 | Fix link and update docs | Johannes Ranke | 8 | -93/+117 | |
2020-10-27 | Add summary method for nlme.mmkin objects | Johannes Ranke | 9 | -48/+535 | |
Improve and update docs | |||||
2020-10-26 | Put the legend in its own area for plot.nlme.mmkin | Johannes Ranke | 15 | -80/+74 | |
2020-10-24 | Fix a bug for nlme with parent only, improve examples | Johannes Ranke | 10 | -89/+14 | |