Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-08 | Add functionality to plot the error model | Johannes Ranke | 26 | -87/+360 | |
by plotting squared residuals against predicted values, and showing the variance function used in the fitted error model. Rebuild docs | |||||
2019-05-07 | Fix hessian calculations | Johannes Ranke | 22 | -902/+940 | |
Static documentation rebuilt by pkgdown | |||||
2019-05-07 | After the OLS step, use OLS parameter estimates | Johannes Ranke | 26 | -1047/+998 | |
- Fix the respective error in the code - Static documentation rebuilt by pkgdown | |||||
2019-05-03 | Improve error model fitting | Johannes Ranke | 42 | -565/+575 | |
Now we have a three stage fitting process for nonconstant error models: - Unweighted least squares - Only optimize the error model - Optimize both Static documentation rebuilt by pkgdown | |||||
2019-05-02 | Remove reference to archived kinfit package | Johannes Ranke | 10 | -70/+63 | |
from vignettes/mkin.Rmd Static documentation rebuilt by pkgdown | |||||
2019-05-02 | Prepare for CRAN release | Johannes Ranke | 10 | -65/+63 | |
- Skip long running tests on CRAN as well to avoid timeout on winbuilder - Don't install benchmark results in the package, they are only needed in the git repository - Don't run example in man/add_err.Rd as it takes > 10 s on winbuilder - Rebuild docs | |||||
2019-05-02 | Better initials for error model parameters | Johannes Ranke | 70 | -397/+401 | |
- Also make it possible to specify initial values for error model parameters. - Run tests - Rebuild docs | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 102 | -1798/+1863 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-03-04 | Make some example output more reproducible | Johannes Ranke | 14 | -903/+159 | |
In order to avoid some unnecessary documentation rebuilds | |||||
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 23 | -608/+651 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 59 | -79/+262 | |
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 40 | -99/+1275 | |
Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 18 | -88/+343 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 60 | -146/+156 | |
2019-02-25 | Add plotting tests, add nafta to pkgdown | Johannes Ranke | 15 | -90/+96 | |
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 18 | -89/+910 | |
2019-02-22 | Static documentation rebuilt by pkgdown | Johannes Ranke | 15 | -91/+92 | |
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 12 | -81/+82 | |
to get the codecov badge into the docs | |||||
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 55 | -161/+160 | |
2019-02-21 | Make example logistic fit quiet | Johannes Ranke | 12 | -130/+84 | |
2019-02-21 | Add the logistic model | Johannes Ranke | 19 | -101/+403 | |
2019-01-31 | Restore NAMESPACE | Johannes Ranke | 35 | -150/+2292 | |
which was accidentally overwritten by pkgdown -> roxygen | |||||
2019-01-31 | Correct title for CAKE_export | Johannes Ranke | 7 | -34/+35 | |
Add NEWS entry. Static documentation rebuilt by pkgdown | |||||
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 57 | -3119/+1236 | |
2018-11-26 | Include AIC.mmkin to static docs | Johannes Ranke | 11 | -80/+86 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Add AIC method for mmkin column objects | Johannes Ranke | 13 | -86/+305 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Further improvement of the logLik.mkinfit help | Johannes Ranke | 11 | -82/+86 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 11 | -80/+108 | |
2018-11-26 | Support logLik and AIC for manual weights | Johannes Ranke | 16 | -88/+92 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 10 | -75/+75 | |
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 17 | -96/+308 | |
2018-09-18 | Static documentation rebuilt by pkgdown | Johannes Ranke | 11 | -104/+145 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 51 | -157/+168 | |
2018-09-14 | Skip more tests on CRANv0.9.47.5 | Johannes Ranke | 11 | -90/+82 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Skip some more tests on CRAN | Johannes Ranke | 10 | -80/+80 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Update NEWS | Johannes Ranke | 12 | -88/+98 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 63 | -252/+785 | |
- 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 | 61 | -227/+1335 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-14 | Static documentation rebuilt by pkgdown | Johannes Ranke | 51 | -122/+133 | |
Also update test log | |||||
2018-09-07 | Remove help page left after correction | Johannes Ranke | 1 | -194/+0 | |
Unfortunately google points at this page when looking for the two component error model of Rocke and Lorenzato, while this outdated page really describes a simplified version... | |||||
2018-09-06 | Fixed publication date in NEWS, docs rebuilt | Johannes Ranke | 9 | -48/+48 | |
2018-09-06 | Static documentation rebuilt by pkgdown | Johannes Ranke | 15 | -280/+281 | |
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 52 | -135/+357 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-06-06 | Static documentation rebuilt by pkgdown 1.1.0 | Johannes Ranke | 86 | -949/+2041 | |
2018-03-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 14 | -69/+71 | |
2018-03-12 | Fix date in latest NEWS entry | Johannes Ranke | 1 | -2/+2 | |
2018-03-11 | Static docs rebuilt again, with current pkgdown | Johannes Ranke | 56 | -158/+1254 | |
2018-03-11 | Adapt usage section in help for old dataset to lazy loading | Johannes Ranke | 6 | -10/+10 | |
Rebuild pkgdown reference | |||||
2018-03-09 | Another rebuild of the static docs | Johannes Ranke | 91 | -388/+88 | |
Now with rbenchmark installed, to get results for the compiled_models vignette | |||||
2018-03-01 | Static documentation rebuilt using current pkgdown::build_site() | Johannes Ranke | 134 | -2478/+1117 | |