aboutsummaryrefslogtreecommitdiff
path: root/R/mhmkin.R
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02Fix no_random_effect with character vectorJohannes Ranke1-1/+1
2022-12-01Possibility to manually specify no_random_effects in mhmkinJohannes Ranke1-20/+71
2022-11-25mhmkin: Easy specification of ill-defined parmsJohannes Ranke1-18/+20
The argument 'no_random_effect' now accepts an illparms.mhmkin object
2022-11-04Attempt at automatic setting of random effectsJohannes Ranke1-4/+24
Based on parameters in the separate fits that fail the t-test.
2022-11-04Make illparms.mhmkin and anova.saem.mmkin more robustJohannes Ranke1-1/+2
2022-10-31Fix R CMD checkJohannes Ranke1-3/+5
2022-10-31Possibility to override the error model in update.saemJohannes Ranke1-2/+4
2022-10-31Add anova.mhmkin methodJohannes Ranke1-0/+16
2022-10-28Export status method for mhmkin, move to status.RJohannes Ranke1-39/+0
2022-10-28Rename 'convergence' method to 'status'Johannes Ranke1-5/+4
The reason is that it is misleading in the case of saem.mmkin objects, because convergence is not really checked there.
2022-10-17SFORB in saem, update for mhmkin and multistartJohannes Ranke1-0/+4
2022-10-14update method for mhmkin objects, clarify commentJohannes Ranke1-0/+23
2022-10-13Cope with failed FIM inversionsJohannes Ranke1-4/+14
2022-09-29More adaptations to deal with failed saem fitsJohannes Ranke1-2/+8
2022-09-29Adapt to new format of failed saem.mmkin fitsJohannes Ranke1-7/+9
2022-09-28Fix handling of multistart fits with failuresJohannes Ranke1-1/+1
2022-09-26Make BIC.mhmkin work with failed fitsJohannes Ranke1-1/+4
2022-08-10Batch processing for hierarchical fitsJohannes Ranke1-0/+184
- '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

Contact - Imprint