Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-04 | Attempt at automatic setting of random effects | Johannes Ranke | 3 | -2/+25 | |
Based on parameters in the separate fits that fail the t-test. | |||||
2022-11-01 | Fix plotting saem fits with covariates | Johannes Ranke | 1 | -1/+1 | |
2022-11-01 | Fix illparms tests | Johannes Ranke | 2 | -4/+4 | |
2022-11-01 | Improved printing for illparms() | Johannes Ranke | 2 | -1/+3 | |
For the case of single fits and no ill-defined parameters found | |||||
2022-10-29 | Another attempt to make the test robust | Johannes Ranke | 2 | -1/+25 | |
As the last update failed on travis. Now we should be more robust, as rounding to one digit works better when parameters are log-transformed (mkin transformations) in the output. | |||||
2022-10-29 | Make test independent of saemix error model parameter patch | Johannes Ranke | 2 | -4/+3 | |
As mentioned in d44c17da6d62568b | |||||
2022-10-28 | Rename parhist to parplot and make it generic | Johannes Ranke | 5 | -5/+6 | |
That parhist name was not the brightest idea, as it does not show histograms. | |||||
2022-10-28 | Update test to renamed method | Johannes Ranke | 1 | -1/+1 | |
2022-10-26 | Really test anova output, test covariates | Johannes Ranke | 2 | -5/+22 | |
2022-10-26 | Don't test parhist and llhist on travis, docs | Johannes Ranke | 1 | -7/+17 | |
2022-10-26 | Reduced sfo model for multistart.saem.mkin tests | Johannes Ranke | 5 | -32/+134 | |
2022-10-26 | Remove kernel density estimate from llhist | Johannes Ranke | 3 | -17/+86 | |
2022-10-26 | Skip llhist and parhist tests as platform dependent | Johannes Ranke | 1 | -0/+1 | |
2022-10-26 | Try to make multistart (more) reproducible | Johannes Ranke | 3 | -143/+139 | |
2022-10-26 | Make multistart work with testthat scopes | Johannes Ranke | 5 | -3/+261 | |
Also skip long-running test with saem using the analytical from mkin | |||||
2022-10-25 | Test multistart method | Johannes Ranke | 2 | -0/+19 | |
2022-10-25 | Round also for nlme print method... | Johannes Ranke | 2 | -7/+8 | |
2022-10-25 | Increase rounding in test for travis | Johannes Ranke | 2 | -2/+2 | |
As the "const" error model parameters is stored on log scale in nlme | |||||
2022-10-25 | Explanatory comment | Johannes Ranke | 1 | -0/+1 | |
2022-10-25 | Avoid another platform dependence | Johannes Ranke | 2 | -2/+7 | |
Caused by the fact that printing error model parameters in nlme summaries do not honor the digits argument. | |||||
2022-10-25 | Change DFOP mixed model data in tests, updates | Johannes Ranke | 8 | -1270/+1286 | |
2022-10-25 | Address platform dependencies that surfaced on travis | Johannes Ranke | 2 | -5/+10 | |
2022-10-25 | Complete documentation and fix a bug | Johannes Ranke | 2 | -10/+21 | |
The bug was introduced by the changes in summary.saem.mmkin.R and surfaced in the tests when using saemix transformations. | |||||
2022-10-17 | SFORB in saem, update for mhmkin and multistart | Johannes Ranke | 1 | -0/+15 | |
2022-10-05 | Simplify the removal of random effects | Johannes Ranke | 1 | -14/+38 | |
This is achieved by introducing the argument 'no_random_effect' to the saem function. | |||||
2022-09-29 | Add set_nd_nq previously in pfm | Johannes Ranke | 3 | -4/+90 | |
pfm depends on mkin anyways, so reexporting set_nd_nq and set_nd_nq_focus in pfm should provide reasonable continuity. | |||||
2022-09-16 | Rerun test with saemix 3.1 from CRAN | Johannes Ranke | 2 | -4/+4 | |
Apparently, the change I introduced into saemix saemixdevelopment/saemixextension#34 to fix error model parameters to positive values slightly influences the results. So this is now with the CRAN version to keep test results in sync with Travis | |||||
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 2 | -4/+4 | |
2022-08-10 | Naming of random effects for reduced parameter models | Johannes Ranke | 2 | -0/+69 | |
2022-08-10 | Increase test coverage, require saemix version 3.1 | Johannes Ranke | 6 | -5/+34 | |
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 5 | -2/+33 | |
- '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/+3 | |
Also, support FOMC with saemix transformations | |||||
2022-08-08 | Fix fitting HS with saemix transformations | Johannes Ranke | 1 | -7/+8 | |
2022-07-21 | Remove platform sensitive convergence tests | Johannes Ranke | 2 | -11/+11 | |
2022-07-21 | Summary method for mmkin objects | Johannes Ranke | 6 | -5038/+1195 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters | |||||
2022-07-12 | Tests before releasev1.1.1 | Johannes Ranke | 3 | -1/+3870 | |
2022-07-12 | Avoid spawning multiple cores in tests on CRAN | Johannes Ranke | 1 | -2/+2 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 2 | -1169/+1169 | |
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-04-13 | More control of y axes in plot.mkinfit, updates | Johannes Ranke | 4 | -7/+7 | |
Documentation and test results were updated, the latter with regard to the previous work on plot.mixed.mmkin. | |||||
2022-03-19 | Test saemix without special analytical solutions | Johannes Ranke | 1 | -0/+12 | |
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 | 3 | -9/+18 | |
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 4 | -19/+17 | |
2022-03-08 | Avoid using multiple processes on CRAN check machines | Johannes Ranke | 1 | -3/+3 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 8 | -2421/+2231 | |
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 | Reintroduce the skipped test, with a workaround | Johannes Ranke | 1 | -8/+15 | |
2022-03-03 | Skip a test that assigns to the global environment | Johannes Ranke | 1 | -0/+1 | |
2022-03-03 | More work to try to pass tests on R-devel winbuilder | Johannes Ranke | 5 | -30/+24 | |
2022-03-02 | Skip some tests on CRAN to reduce load | Johannes Ranke | 1 | -0/+2 | |
In the hope that winbuilder will cope better then | |||||
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 14 | -1393/+1343 | |
2022-03-02 | Fix nlmixr fits with parallel metabolites | Johannes Ranke | 1 | -3/+14 | |