Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -322/+258 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 1 | -3/+3 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -22/+22 | |
Also bump version to 1.0.3. | |||||
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 1 | -42/+43 | |
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -55/+55 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2020-10-15 | Update online docs for release version | Johannes Ranke | 1 | -95/+124 | |
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 |