Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-18 | Avoid ill-determined fit, it is platform dependent | Johannes Ranke | 2 | -12/+11 | |
The previous test lead to an error on the Fedora test systems (gcc and clang) on CRAN: ... Results have changed from known value recorded in 'print_dfop_saemix_1.txt'. old[13:24] vs new[13:24] "" "Fitted parameters:" " estimate lower upper" - "parent_0 100.09 98.94 101.25" + "parent_0 100.17 99.01 101.33" - "log_k1 -2.68 -2.91 -2.45" + "log_k1 -2.66 -2.89 -2.43" "log_k2 -4.12 -4.24 -4.00" - "g_qlogis -0.41 -0.63 -0.20" + "g_qlogis -0.43 -0.65 -0.21" - "a.1 0.91 0.67 1.15" + "a.1 0.91 0.67 1.16" "b.1 0.05 0.04 0.06" - "SD.log_k1 0.36 0.21 0.50" + "SD.log_k1 0.35 0.21 0.50" and 2 more ... | |||||
2022-11-18 | Typo that did not affect test results | Johannes Ranke | 1 | -1/+1 | |
2022-11-16 | Reduce testing on CRAN serversv1.2.0 | Johannes Ranke | 3 | -5/+7 | |
2022-11-16 | Address platform dependence that surfaced on winbuilder | Johannes Ranke | 1 | -1/+6 | |
2022-11-14 | Automatic starting parameters for saem.mmkin | Johannes Ranke | 8 | -1341/+1343 | |
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions | |||||
2022-11-08 | Show DFOP g equivalent of SFORB in summary, test | Johannes Ranke | 1 | -6/+9 | |
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). |