Version 2.3.0
Substantial changes since the last version.:
Major changes
- ggconcurve() is now ggcurve().
- ggcurve() plots confidence (consonance) distributions, densities, likelihood, and deviance functions.
- plot_curve() is now deprecated. Please use ggcurve() instead.
- curve_compare() compares two functions and calculates the area between the curve.
- plot_compare()allows two separate functions to be plotted and compared simultaneously.
- curve_table() produces publication-ready tables of relevant statistics.
- curve_boot() uses bootstrapping to approximate the consonance functions via the boot and bcaboot packages.
- curve_lik() produces likelihood functions by transforming the objects from the ProfileLikelihood package.
- Minor changes
Also can be downloaded from CRAN (for most stable release)[https://cran.r-project.org/web/packages/concurve/index.html.]
- All functions now provide progress on how long it will take to complete the task.
- Interval widths are now provided as measures of precision. All feedback is welcome.