Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -2/+3 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -0/+1 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -2/+2 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -2/+2 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -1/+1 | |
Preparing for symbolic solutions for more than one compound | |||||
2020-04-20 | Prepare release to address failed CRAN check | Johannes Ranke | 1 | -2/+2 | |
2020-04-18 | Fix NOTE, prepare for releasev0.9.49.10 | Johannes Ranke | 1 | -2/+2 | |
2020-04-14 | Keep order of datasets in nlme_data, add a plot | Johannes Ranke | 1 | -1/+1 | |
2020-04-10 | Trigger rebuild after deleting caches on travis | Johannes Ranke | 1 | -1/+1 | |
According to the hint of @jimhester received in the Travis Forum - thanks! | |||||
2020-04-07 | Add some tests for the nlme convenience functions | Johannes Ranke | 1 | -2/+2 | |
2020-04-03 | Merge branch 'master' into mxkin | Johannes Ranke | 1 | -2/+2 | |
Merge DESCRIPTION manually to combine dependencies and rerun check to update check.log | |||||
2020-03-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+2 | |
2020-03-30 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2020-03-30 | Don't check for gcc on the path in mkinmod | Johannes Ranke | 1 | -1/+1 | |
Roxygen update -> formatting changes in Rd files | |||||
2020-03-30 | Add new dependencies | Johannes Ranke | 1 | -1/+1 | |
2020-03-30 | First nlme fits for models with a metabolite | Johannes Ranke | 1 | -1/+1 | |
2020-01-09 | Remove unused FME package from DESCRIPTION text | Johannes Ranke | 1 | -7/+6 | |
2020-01-08 | Todays date in DESCRIPTION, update check logv0.9.49.8 | Johannes Ranke | 1 | -1/+1 | |
2019-11-01 | Make the 'quadratic' the default for 'confint' | Johannes Ranke | 1 | -1/+1 | |
Also the documentation was improved here and there | |||||
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -2/+2 | |
2019-10-31 | Increase tolerance of a test for winbuilderv0.9.49.6 | Johannes Ranke | 1 | -1/+1 | |
- Update DESCRIPTION for release | |||||
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -1/+2 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-28 | Fix the cutoff for likelihood based intervals | Johannes Ranke | 1 | -1/+1 | |
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 | -2/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-21 | Refactor mkinfit, infrastructure work | Johannes Ranke | 1 | -1/+1 | |
mkinfit objects now include an ll() function to calculate the log-likelihood. Part of the code was refactored, hopefully making it easier to read and maintain. IRLS is currently the default algorithm for the error model "obs", for no particular reason. This may be subject to change when I get around to investigate. Slow tests are now in a separate subdirectory and will probably only be run by my own Makefile target. Formatting of test logs is improved. Roundtripping error model parameters works with a precision of 10% when we use lots of replicates in the synthetic data (see slow tests). This is not new in this commit, but as I think it is reasonable this closes #7. | |||||
2019-09-02 | Some changes to improve plots on beamer slides | Johannes Ranke | 1 | -1/+1 | |
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+2 | |
2019-07-04 | Address failures of CRAN checks, improve NEWSv0.9.49.5 | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-07-03 | Update DESCRIPTION, improve NEWS | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -2/+2 | |
The new algorithm tries direct optimization of the likelihood, as well as a three step procedure. In this way, we consistently get the model with the highest likelihood for SFO, DFOP and HS for all 12 new test datasets. | |||||
2019-05-23 | Fix a bug that could lead to wrong chi2 error levels | Johannes Ranke | 1 | -1/+1 | |
2019-05-07 | After the OLS step, use OLS parameter estimates | Johannes Ranke | 1 | -1/+1 | |
- Fix the respective error in the code - Static documentation rebuilt by pkgdown | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 1 | -3/+4 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-04-04 | Direct error model fitting works | Johannes Ranke | 1 | -4/+4 | |
- No IRLS required - Removed optimization algorithms other than Port - Removed the dependency on FME - Fitting the error model 'obs' is much faster for the FOCUS_2006_D dataset and the FOMC_SFO model (1 second versus 3.4 seconds) - Vignettes build slower. Compiled models needs 3 minutes instead of 1.5 - For other vignettes, the trend is less clear. Some fits are faster, even for error_model = "const". FOCUS_Z is faster (34.9 s versus 44.1 s) - Standard errors and confidence intervals are slightly smaller - Removed code for plotting during the fit, as I hardly ever used it - Merged the two cost functions (using transformed and untransformed parameters) into one log-likelihood function | |||||
2019-03-19 | Set URL to documentation page | Johannes Ranke | 1 | -1/+1 | |
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 1 | -2/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-27 | Fix CAKE export test to actually work | Johannes Ranke | 1 | -1/+1 | |
Also test the model specification via the link argument | |||||
2019-02-25 | Add plotting tests, add nafta to pkgdown | Johannes Ranke | 1 | -2/+3 | |
2019-02-21 | Use codecov | Johannes Ranke | 1 | -1/+1 | |
2019-02-21 | Sync version number in DESCRIPTION with NEWS.md | Johannes Ranke | 1 | -2/+2 | |
2019-01-31 | Suggest rmarkdown for vignette building on Travis | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2018-11-26 | Support logLik and AIC for manual weights | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2018-09-21 | Improve fitting the two-component error model | Johannes Ranke | 1 | -2/+2 | |
with respect to accuracy and robustness. | |||||
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -1/+1 | |
2018-09-15 | Restore test as we removed cor test, bump version | Johannes Ranke | 1 | -1/+1 | |
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 1 | -1/+1 | |
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate | |||||
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 1 | -2/+2 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-07 | Bump version to trigger pkgdown hook on jrwb.de | Johannes Ranke | 1 | -2/+2 | |