Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-08 | Add functionality to plot the error model | Johannes Ranke | 3 | -7/+106 | |
by plotting squared residuals against predicted values, and showing the variance function used in the fitted error model. Rebuild docs | |||||
2019-05-02 | Prepare for CRAN release | Johannes Ranke | 1 | -1/+2 | |
- 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 | 1 | -0/+7 | |
- 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 | 10 | -182/+89 | |
- 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 | -29/+17 | |
- 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 | Make some example output more reproducible | Johannes Ranke | 3 | -11/+18 | |
In order to avoid some unnecessary documentation rebuilds | |||||
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 2 | -1/+6 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 6 | -6/+45 | |
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 | 2 | -8/+9 | |
2019-02-25 | Test printing the summary of an mkinfit object | Johannes Ranke | 1 | -2/+2 | |
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 4 | -0/+136 | |
2019-02-22 | Further adaptations for the logistic model | Johannes Ranke | 1 | -3/+4 | |
- Make mmkin compatible - Return DT50 values corresponding to k0 and kmax - Turn incompatible parameter names in parms.ini from an error to a warning, in order to make it possible to use this argument in calls to mmkin | |||||
2019-02-21 | Remove unused code | Johannes Ranke | 1 | -1/+0 | |
2019-02-21 | Make example logistic fit quiet | Johannes Ranke | 1 | -1/+1 | |
2019-02-21 | Add the logistic model | Johannes Ranke | 1 | -0/+68 | |
2019-01-31 | Correct title for CAKE_export | Johannes Ranke | 1 | -1/+1 | |
Add NEWS entry. Static documentation rebuilt by pkgdown | |||||
2019-01-31 | Export to CAKE study file | Johannes Ranke | 1 | -0/+73 | |
2018-11-26 | Add AIC method for mmkin column objects | Johannes Ranke | 2 | -4/+52 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Further improvement of the logLik.mkinfit help | Johannes Ranke | 1 | -1/+3 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+19 | |
2018-11-26 | Support logLik and AIC for manual weights | Johannes Ranke | 1 | -2/+4 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Add logLik method to enable AIC() on mkinfit models | Johannes Ranke | 2 | -1/+44 | |
Further relax two tests to pass build on Travis | |||||
2018-09-18 | Make mkinpredict generic and write a method for fits | Johannes Ranke | 1 | -16/+26 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -1/+1 | |
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 3 | -9/+12 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -2/+3 | |
Also improve the irls fitting of the error model and add a test for FOCUS_2006_C where the second component of the error model is zero | |||||
2018-09-06 | Small doc corrections and improvements | Johannes Ranke | 1 | -7/+8 | |
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 3 | -9/+23 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-03-21 | Give a bit more advice on multicore use on Windows | Johannes Ranke | 1 | -1/+3 | |
2018-03-11 | Adapt usage section in help for old dataset to lazy loading | Johannes Ranke | 5 | -5/+5 | |
Rebuild pkgdown reference | |||||
2018-02-06 | Skip some tests on CRAN, more quiet examplesv0.9.47.1 | Johannes Ranke | 1 | -3/+3 | |
2018-01-30 | Improve documentation of Rocke and Lorenzato model | Johannes Ranke | 1 | -2/+3 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-30 | Reweighting with two-component error model | Johannes Ranke | 2 | -6/+47 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-07 | Don't run water sediment example to reduce time needed | Johannes Ranke | 1 | -0/+2 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-05 | Convert synthetic_data_for_UBA_2014 to mkinds | Johannes Ranke | 2 | -5/+4 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-05 | Experimental test data from UBA 2014 expertise | Johannes Ranke | 2 | -1/+53 | |
- Typo in synthetic data for UBA - Static documentation except articles rebuilt by pkgdown | |||||
2017-11-16 | Add the code used for generating synthetic_data_for_UBA | Johannes Ranke | 2 | -4/+83 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-07-21 | Fix URLs | Johannes Ranke | 13 | -13/+13 | |
2017-07-21 | Rename twa to max_twa_parent, update docs | Johannes Ranke | 1 | -4/+4 | |
2017-05-05 | Static docs except articles rebuilt with current pkgdown | Johannes Ranke | 14 | -14/+14 | |
2016-12-21 | TWA calculation for SFO, FOMC and DFOP (parent) | Johannes Ranke | 1 | -0/+40 | |
2016-12-07 | Use latex in plots when using tikzDevice | Johannes Ranke | 2 | -0/+7 | |
2016-11-18 | Improve examples for showing with pkgdown | Johannes Ranke | 13 | -43/+72 | |
- Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles | |||||
2016-11-18 | Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE) | Johannes Ranke | 2 | -3/+3 | |
Using branch 'jranke' on jranke/pkgdown, fixing issues hadley/pgkdown#178 and hadley/pkgdown#213 Remove plot=TRUE from mkinfit calls also in dontrun sections of examples to avoid a flood png files documenting the progress of the fit. | |||||
2016-11-17 | Remove trailing whitespace, clean headers | Johannes Ranke | 13 | -85/+85 | |
Also ignore test.R in the top level directory, as it is not meant to be public | |||||
2016-06-28 | Convenience wrapper plot_sep, further vignette updates | Johannes Ranke | 1 | -0/+5 | |
2016-06-27 | Improve listing of weights in output, update NEWS | Johannes Ranke | 2 | -9/+9 | |
2016-06-27 | Show chi2 in plot.mkinfit, round with signif | Johannes Ranke | 3 | -7/+18 | |
2016-06-25 | Fix the plot margins for combined plots | Johannes Ranke | 3 | -9/+12 | |