Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-08 | Add functionality to plot the error model | Johannes Ranke | 1 | -1/+1 | |
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 | 2 | -246/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-05-03 | Improve error model fitting | Johannes Ranke | 1 | -1/+1 | |
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 | Prepare for CRAN release | Johannes Ranke | 1 | -0/+1 | |
- 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 | Improve tests | Johannes Ranke | 3 | -12/+23 | |
- Improve control of the number of cores - Reduce the precision of the correlation matrix in the test summary output, as the exact results are platform dependent | |||||
2019-05-02 | Better initials for error model parameters | Johannes Ranke | 3 | -7/+7 | |
- Also make it possible to specify initial values for error model parameters. - Run tests - Rebuild docs | |||||
2019-04-24 | Improve output and update tests | Johannes Ranke | 5 | -78/+49 | |
Remove skipped tests as I do not intend to reactivate them | |||||
2019-04-10 | Address failure on travis | Johannes Ranke | 3 | -2/+3 | |
Also reduce the digits in the representative half-live given by nafta() | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 16 | -265/+407 | |
- 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 | -35/+71 | |
- 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-04 | Winbuilder also needs cores = 1v0.9.48.1 | Johannes Ranke | 1 | -1/+1 | |
2019-03-04 | signif for DTx when printing nafta results | Johannes Ranke | 2 | -4/+4 | |
In order to be able to test cross-platform | |||||
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 7 | -36/+39 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-27 | Fix test for mkinds printing | Johannes Ranke | 2 | -1/+7 | |
2019-02-27 | Further increase test coverage | Johannes Ranke | 6 | -5/+118 | |
2019-02-27 | Increase test coverage | Johannes Ranke | 6 | -17/+380 | |
2019-02-27 | Fix CAKE export test to actually work | Johannes Ranke | 6 | -6/+17 | |
Also test the model specification via the link argument | |||||
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 3 | -14/+14 | |
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 | Add another NAFTA dataset + test | Johannes Ranke | 7 | -27/+609 | |
2019-02-25 | Fixes for last commit | Johannes Ranke | 2 | -1/+3 | |
2019-02-25 | Test AIC calculation | Johannes Ranke | 2 | -1/+2 | |
2019-02-25 | Test CAKE export | Johannes Ranke | 6 | -64/+106 | |
2019-02-25 | Basic test for two-component reweighting | Johannes Ranke | 1 | -0/+4 | |
2019-02-25 | Test fitting without internal transformations | Johannes Ranke | 1 | -14/+34 | |
2019-02-25 | Shorten path to test plot | Johannes Ranke | 2 | -2/+2 | |
2019-02-25 | Fix tests and add plot and print for nafta | Johannes Ranke | 5 | -5/+493 | |
2019-02-25 | Test printing the summary of an mkinfit object | Johannes Ranke | 2 | -0/+155 | |
2019-02-25 | Another test case for plotting | Johannes Ranke | 2 | -1/+144 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 1 | -0/+2 | |
2019-02-25 | Add plotting tests, add nafta to pkgdown | Johannes Ranke | 4 | -7/+891 | |
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 1 | -0/+41 | |
2019-02-22 | Adapt test to the extended endpoints function | Johannes Ranke | 1 | -2/+2 | |
2019-02-21 | Remove unused code | Johannes Ranke | 1 | -1/+0 | |
2019-02-21 | Add the logistic model | Johannes Ranke | 1 | -0/+47 | |
2019-01-31 | Skipping with skip() needs a message | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Skip tests for irls methd tc because it is not robust enough | Johannes Ranke | 1 | -1/+3 | |
2019-01-31 | Relax yet another test | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Relax another test for Travis | Johannes Ranke | 1 | -1/+1 | |
2018-11-26 | See last commit log | Johannes Ranke | 1 | -3/+3 | |
2018-11-26 | Another test relaxation | Johannes Ranke | 1 | -1/+1 | |
This feels stupid by now, but I am not sure how to do this in a smarter way | |||||
2018-11-26 | Maybe I should not used random data in tests... | Johannes Ranke | 1 | -1/+1 | |
2018-11-26 | Relax testing strictness again for travis | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | Relax yet another test... | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | More tolerance for a test | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | Add logLik method to enable AIC() on mkinfit models | Johannes Ranke | 1 | -2/+2 | |
Further relax two tests to pass build on Travis | |||||
2018-09-21 | Relax another test precision for travis | Johannes Ranke | 1 | -1/+1 | |
2018-09-21 | Reduce testing time, relax precision for travis | Johannes Ranke | 1 | -15/+15 | |
2018-09-21 | Skip long running test on travis to avoid timeout | Johannes Ranke | 1 | -5/+12 | |
2018-09-21 | Improve fitting the two-component error model | Johannes Ranke | 2 | -40/+60 | |
with respect to accuracy and robustness. | |||||
2018-09-20 | Test for convergence of error model to correct values | Johannes Ranke | 1 | -0/+50 | |