Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-07 | Check slopes in saemix covariate models | Johannes Ranke | 1 | -1/+12 | |
2022-11-01 | Fix plotting saem fits with covariates | Johannes Ranke | 1 | -0/+6 | |
2022-11-01 | Fix illparms tests | Johannes Ranke | 1 | -1/+1 | |
2022-11-01 | Improved printing for illparms() | Johannes Ranke | 1 | -2/+5 | |
For the case of single fits and no ill-defined parameters found | |||||
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 1 | -4/+31 | |
- '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-07-21 | Summary method for mmkin objects | Johannes Ranke | 1 | -0/+46 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters |