Changelog
Source:NEWS.md
threshr 1.0.8
Bug fixes and minor improvements
- In
stability()and in the internal functiongp_mle(), any missing (NA) values are removed before fitting GP models. Thank you to Tatsuki Yamane for spotting this problem.
threshr 1.0.6
CRAN release: 2024-07-17
Bug fixes and minor improvements
- Fixed 3 targets with missing (revdbayes) package anchors in the Rd file for
ithresh().
threshr 1.0.2
CRAN release: 2020-09-05
Bug fixes and minor improvements
In
ithresh()a user-supplied (log-)prior R function can now be set for the binomial probability p of threshold exceedance. The functionality requires at least version 1.3.4 of the revdbayes package.A print method for class
ithreshhas been added.In
plot.ithresh()a more informative error message is given if an inappropriate value of the argumentwhich_vis supplied.In
predict.ithresh()further arguments can now be passed torevdbayes::predict.evpost. In particular, the level(s) of predictive intervals can be set. An example has been added to the documentation.pkgdown documentation at https://paulnorthrop.github.io/threshr/
revdbayes:: is used instead of revdbayes::: to avoid CRAN package check NOTEs.