exuber 0.4.2

exuber 0.4.1

Maintenance release for compatibility with dplyr v1.0.0.

exuber 0.4.0

Design

We have the following design in mind for future scalability. If you want make inference about radf models, then the estimation can be achieved with radf() function and return an object of class radf_obj, and the critical values can be achieved with radf_*_cv() and return an object of class radf_cv.

Breaking changes

exuberdata

Improvements

exuber 0.3.0

Breaking changes

Three new functions have been added to simulate empirical distributions for:

and a function that can calculate the p-values calc_pvalue() given the above distributions as argument.

Also methods tidy() and autoplot() have been added to turn the object into a tidy tibble and draw a particular plot with ggplot2, respectively.

New features

Improvements

Bug Fixes

exuber 0.2.1.9000

exuber 0.2.1

exuber 0.2.0

Options

Some of the arguments in the functions were included as options, you can set the package options with e.g. options(exuber.show_progress = TRUE).

New features

Improvements

Bug Fixes