Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -44/+34 | |
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 1 | -5/+15 | |
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits. | |||||
2020-05-12 | Update vignettes and docs | Johannes Ranke | 1 | -3/+3 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -70/+94 | |
2020-03-30 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -60/+47 | |
2019-11-04 | Include fixed parameters in model names in lrtest | Johannes Ranke | 1 | -10/+10 | |
2019-11-01 | Another documentation fix | Johannes Ranke | 1 | -5/+4 | |
2019-11-01 | Make the 'quadratic' the default for 'confint' | Johannes Ranke | 1 | -45/+64 | |
Also the documentation was improved here and there | |||||
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -1/+1 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -2/+3 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-29 | Return single parameters correctly from confint | Johannes Ranke | 1 | -11/+22 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-28 | Parallel computation for confidence intervals | Johannes Ranke | 1 | -10/+113 | |
Only on Linux at the moment. Some more examples in the help page. Remove the distribution argument for the quadratic method | |||||
2019-10-28 | Improve formatting | Johannes Ranke | 1 | -2/+2 | |
2019-10-28 | Fix the cutoff for likelihood based intervals | Johannes Ranke | 1 | -9/+22 | |
The cutoff now matches what is given by Venzon and Moolgavkar (1988). Also, confidence intervals closely match intervals obtained with stats4::confint in the test case where an stats4::mle object is created from the likelihood function in one test case. Static documentation rebuilt by pkgdown | |||||
2019-10-26 | Fix checks and tests | Johannes Ranke | 1 | -0/+252 | |
Static documentation rebuilt by pkgdown |