Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-06 | Some parplot improvements | Johannes Ranke | 1 | -1/+1 | |
llquant argument, improved legend text, tests | |||||
2022-11-18 | Move two saem fits from setup script to skipped tests | Johannes Ranke | 1 | -0/+15 | |
Save winbuilder/CRAN check time... | |||||
2022-11-18 | Make mixed model test data permanent to ensure reproducibility | Johannes Ranke | 1 | -17/+13 | |
To ensure that tests on different platforms work on the same data, the mixed modelling test data previosly generated in tests/testthat/setup_script.R were generated once using the script in inst/dataset/generation/ds_mixed.R, and are now distributed with the package. | |||||
2022-11-18 | Pass error.init to saemix_model, show in parplot | Johannes Ranke | 1 | -4/+4 | |
Due to an oversight, error.init was not really passed to saemix_model in saem.mmkin. The new initial values were reverted to c(1, 1), in order to avoid changing the test results. Initial values for error model parameters are now shown in parplot.multistart. | |||||
2022-11-16 | Reduce testing on CRAN serversv1.2.0 | Johannes Ranke | 1 | -1/+1 | |
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 | 1 | -1/+4 | |
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions | |||||
2022-10-28 | Rename parhist to parplot and make it generic | Johannes Ranke | 1 | -4/+4 | |
That parhist name was not the brightest idea, as it does not show histograms. | |||||
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 | 1 | -2/+6 | |
2022-10-26 | Remove kernel density estimate from llhist | Johannes Ranke | 1 | -0/+5 | |
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 | 1 | -0/+1 | |
2022-10-26 | Make multistart work with testthat scopes | Johannes Ranke | 1 | -1/+3 | |
Also skip long-running test with saem using the analytical from mkin | |||||
2022-10-25 | Test multistart method | Johannes Ranke | 1 | -0/+15 | |