aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
AgeCommit message (Collapse)AuthorFilesLines
2019-11-01Make the 'quadratic' the default for 'confint'Johannes Ranke1-1/+1
Also the documentation was improved here and there
2019-11-01Fix bug in yesterdays release, add methods for BICJohannes Ranke1-2/+2
2019-10-31Increase tolerance of a test for winbuilderv0.9.49.6Johannes Ranke1-1/+1
- Update DESCRIPTION for release
2019-10-31Add likelihood ratio test and other methods, fixesJohannes Ranke1-1/+2
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added.
2019-10-28Fix the cutoff for likelihood based intervalsJohannes Ranke1-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-26Fix checks and testsJohannes Ranke1-2/+1
Static documentation rebuilt by pkgdown
2019-10-21Refactor mkinfit, infrastructure workJohannes Ranke1-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-02Some changes to improve plots on beamer slidesJohannes Ranke1-1/+1
2019-07-05Static documentation rebuilt by pkgdownJohannes Ranke1-2/+2
2019-07-04Address failures of CRAN checks, improve NEWSv0.9.49.5Johannes Ranke1-1/+1
Static documentation rebuilt by pkgdown
2019-07-03Update DESCRIPTION, improve NEWSJohannes Ranke1-1/+1
Static documentation rebuilt by pkgdown
2019-06-04Additional algorithm "d_c", more tests, docsJohannes Ranke1-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-23Fix a bug that could lead to wrong chi2 error levelsJohannes Ranke1-1/+1
2019-05-07After the OLS step, use OLS parameter estimatesJohannes Ranke1-1/+1
- Fix the respective error in the code - Static documentation rebuilt by pkgdown
2019-04-10Adapt tests, vignettes and examplesJohannes Ranke1-3/+4
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit
2019-04-04Direct error model fitting worksJohannes Ranke1-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-19Set URL to documentation pageJohannes Ranke1-1/+1
2019-03-04Review tests and examples based on winbuilder resultsJohannes Ranke1-2/+1
Static documentation rebuilt by pkgdown
2019-02-27Fix CAKE export test to actually workJohannes Ranke1-1/+1
Also test the model specification via the link argument
2019-02-25Add plotting tests, add nafta to pkgdownJohannes Ranke1-2/+3
2019-02-21Use codecovJohannes Ranke1-1/+1
2019-02-21Sync version number in DESCRIPTION with NEWS.mdJohannes Ranke1-2/+2
2019-01-31Suggest rmarkdown for vignette building on TravisJohannes Ranke1-1/+1
2019-01-31Static documentation rebuilt by pkgdownJohannes Ranke1-1/+1
2018-11-26Support logLik and AIC for manual weightsJohannes Ranke1-1/+1
Static documentation rebuilt by pkgdown
2018-11-23Static documentation rebuilt by pkgdownJohannes Ranke1-1/+1
2018-09-21Improve fitting the two-component error modelJohannes Ranke1-2/+2
with respect to accuracy and robustness.
2018-09-18Support maximum twa for HS, test, docsJohannes Ranke1-1/+1
2018-09-15Restore test as we removed cor test, bump versionJohannes Ranke1-1/+1
2018-09-14Remove two vignettes from the package but not from docsJohannes Ranke1-1/+1
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate
2018-09-14Exclude more example code from CRAN checksJohannes Ranke1-2/+2
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE
2018-09-07Bump version to trigger pkgdown hook on jrwb.deJohannes Ranke1-2/+2
2018-07-18Correct references to the Rocke and Lorenzato modelJohannes Ranke1-1/+1
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation.
2018-07-04Improve IORE fitting, use 1.1 as N starting valueJohannes Ranke1-2/+2
2018-06-06Static documentation rebuilt by pkgdown 1.1.0Johannes Ranke1-0/+1
2018-01-30Reweighting with two-component error modelJohannes Ranke1-1/+1
Static documentation except articles rebuilt by pkgdown
2018-01-05Experimental test data from UBA 2014 expertiseJohannes Ranke1-2/+2
- Typo in synthetic data for UBA - Static documentation except articles rebuilt by pkgdown
2017-11-16Add the code used for generating synthetic_data_for_UBAJohannes Ranke1-2/+2
Static documentation except articles rebuilt by pkgdown
2017-11-10Delete trailing whitespace, update README.htmlJohannes Ranke1-2/+2
2017-10-10Add ORCID to DESCRIPTION, released versionv0.9.46.2Johannes Ranke1-2/+3
Static documentation except articles rebuilt by pkgdown
2017-09-18Change Depends to ImportsJohannes Ranke1-2/+2
as recommended, e.g. by Uwe Ligges in his useR! 2017 keynote
2017-09-14Convert FOCUS Z vignette to rmarkdown/htmlJohannes Ranke1-2/+2
- Static documentation rebuilt by pkgdown::build_articles() - DESCRIPTION: Version bump and current date
2017-09-07Update Date in DESCRIPTION, last build logJohannes Ranke1-1/+1
2017-09-07Static documentation except articles rebuilt by pkgdownJohannes Ranke1-1/+1
2017-07-29Bump version, update NEWS and rebuild pkdown docsv0.9.46Johannes Ranke1-2/+2
2017-07-21Todays dateJohannes Ranke1-1/+1
2017-05-05Switch from microbenchmark to rbenchmarkJohannes Ranke1-3/+3
2016-12-21TWA calculation for SFO, FOMC and DFOP (parent)Johannes Ranke1-2/+2
2016-12-08Prepare for releaseJohannes Ranke1-2/+2
2016-12-07Use latex in plots when using tikzDeviceJohannes Ranke1-1/+1

Contact - Imprint