Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-08 | Fix obtaining endpoints for user defined covariate values | Johannes Ranke | 1 | -2/+2 | |
2023-04-20 | Merge branch 'v1.2.3_pkgdown' | Johannes Ranke | 1 | -1/+9 | |
2023-04-20 | Fix and rebuild documentation, see NEWS | Johannes Ranke | 1 | -0/+4 | |
I had to fix the two pathway vignettes, as they did not work with the released version any more. So they and the multistart vignette which got some small fixes as well were rebuilt. Complete rebuild of the online docs with the released version. The documentation of the 'hierarchial_kinetics' format had to be fixed as well. | |||||
2023-04-17 | Bump version, add release date of v1.2.3 | Johannes Ranke | 1 | -1/+1 | |
2023-04-15 | Update description and news | Johannes Ranke | 1 | -2/+6 | |
2023-04-02 | Deal with covariates in summary for saem.mmkin objects | Johannes Ranke | 1 | -2/+2 | |
2023-04-01 | Update tests on 5950x | Johannes Ranke | 1 | -1/+1 | |
Update platform dependent test plots | |||||
2023-03-23 | Support covariates in endpoints() | Johannes Ranke | 1 | -1/+3 | |
2023-03-22 | Fix typo in mkinerrmin | Johannes Ranke | 1 | -0/+2 | |
Thanks to Sebastian Meyer for spotting it. | |||||
2023-02-17 | Rethink versioning and remove 7950X benchmarks | Johannes Ranke | 1 | -1/+1 | |
I will add benchmark data for 1.2.0, 1.2.2 and 1.2.3 for better comparison | |||||
2023-02-17 | Mention deSolve development in NEWS | Johannes Ranke | 1 | -2/+6 | |
2022-12-19 | Rename template folder, create format | Johannes Ranke | 1 | -0/+4 | |
Instead of rmarkdown::pdf_document, mkin::hierarchical_kinetics is used as a document format in the template. In this way, the template file can be freed from some R code and yaml options that the average user does not have to be aware of. | |||||
2022-12-15 | List random effects correlations in output if any | Johannes Ranke | 1 | -1/+3 | |
Update docs | |||||
2022-12-07 | Fix parplot for the case of failed multistart runs | Johannes Ranke | 1 | -0/+2 | |
2022-12-07 | Check slopes in saemix covariate models | Johannes Ranke | 1 | -0/+2 | |
2022-12-06 | Some parplot improvements | Johannes Ranke | 1 | -0/+2 | |
llquant argument, improved legend text, tests | |||||
2022-12-02 | Avoid redundant warnings in summaries | Johannes Ranke | 1 | -1/+1 | |
2022-12-01 | Possibility to manually specify no_random_effects in mhmkin | Johannes Ranke | 1 | -1/+1 | |
2022-11-29 | Complete starting values in summary for saem.mmkin fits | Johannes Ranke | 1 | -1/+3 | |
Also update tests to the changes in mhmkin (see NEWS) | |||||
2022-11-25 | mhmkin: Easy specification of ill-defined parms | Johannes Ranke | 1 | -1/+1 | |
The argument 'no_random_effect' now accepts an illparms.mhmkin object | |||||
2022-11-22 | Start new development version | Johannes Ranke | 1 | -1/+5 | |
2022-11-18 | Use cluster with two cores to reduce windows check time | Johannes Ranke | 1 | -0/+2 | |
2022-11-18 | Round parameters with signif() before printing | Johannes Ranke | 1 | -1/+3 | |
This will hopefully make the test pass on all relevant platforms. | |||||
2022-11-18 | Update NEWS | Johannes Ranke | 1 | -0/+10 | |
2022-11-17 | Complete update of online docs for v1.2.0 | Johannes Ranke | 1 | -1/+1 | |
2022-11-16 | Update DESCRIPTION and NEWS, check and test | Johannes Ranke | 1 | -6/+6 | |
2022-11-14 | Automatic starting parameters for saem.mmkin | Johannes Ranke | 1 | -0/+2 | |
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions | |||||
2022-11-01 | Add tex_listing() | Johannes Ranke | 1 | -0/+4 | |
2022-10-31 | Add anova.mhmkin method | Johannes Ranke | 1 | -0/+2 | |
2022-10-29 | Next version will be 1.2.0, complete NEWS | Johannes Ranke | 1 | -7/+7 | |
2022-10-28 | Rename parhist to parplot and make it generic | Johannes Ranke | 1 | -2/+2 | |
That parhist name was not the brightest idea, as it does not show histograms. | |||||
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 1 | -1/+1 | |
2022-08-11 | Start a multistart method | Johannes Ranke | 1 | -0/+2 | |
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 1 | -2/+6 | |
- '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-08-08 | Error on unsupported saemix transformations | Johannes Ranke | 1 | -1/+1 | |
Also, support FOMC with saemix transformations | |||||
2022-08-08 | Fix fitting HS with saemix transformations | Johannes Ranke | 1 | -0/+2 | |
2022-07-23 | r-universe badge, release date of v1.1.1 in NEWS | Johannes Ranke | 1 | -1/+1 | |
Also skip complete log directory in .Rbuildignore and reorganize that file to improve readability | |||||
2022-07-21 | Summary method for mmkin objects | Johannes Ranke | 1 | -0/+8 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters | |||||
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 1 | -0/+2 | |
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-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -0/+4 | |
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 | -0/+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 | 1 | -0/+4 | |
- 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 | Test saemix without special analytical solutions | Johannes Ranke | 1 | -0/+2 | |
Also increase the performance a bit (from about 210 s to about 140 s in the case of DFOP with four chains and 300, 100 iterations). | |||||
2022-03-19 | Improvements to CAKE_export() | Johannes Ranke | 1 | -0/+2 | |
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -1/+5 | |
2022-03-14 | Release date of mkin 1.1.0 | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -3/+1 | |
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-02-28 | Update docs | Johannes Ranke | 1 | -1/+1 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 1 | -0/+2 | |
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -1/+5 | |