Recent Releases of nuggets
nuggets - nuggets 1.4.0
- added varnames(), digbaselinecontrasts(), digcomplement_contrasts()
- digcontrasts() renamed to digpairedbaselinecontrasts()
- digimplications() renamed to digassociations()
- dichotomize() is deprecated (use partition() instead)
- added max_support argument to dig()
- added max_results argument to dig()
- optimized performance of dig()
- added minconditionalfocus_support argument to dig()
- fixed handling of NULL returned by a callback function in dig_grid()
- argument d of the callback function in dig_grid() renamed to pd
- added handling of nd argument of the callback function in dig_grid()
- added maxpvalue argument to digpairedbaseline_contrasts()
- improved error messages
- added nuggets vignette
- started using lifecycle and pkgdown
- C++
Published by beerda over 1 year ago
nuggets - nuggets 1.3.0
- added isdegree(), digcontrasts(), partition()
- implemented fuzzy variant of dig_grid()
- fixed crash when mixing logical (crisp) and numeric (fuzzy) inputs to dig()
- C++
Published by beerda over 1 year ago
nuggets - nuggets 1.2.0
- added vargrid(), diggrid()
- added the measures argument to dig_implications()
- fixed contingency table arguments computation (pp, pn, np, nn) - previously, they were computed as relative frequencies, now they are computed as counts
- fixed new-delete-type-mismatch ASAN error caused by wrong implementation of AlignedAllocator
- fixed memory leaks
- C++
Published by beerda over 1 year ago
nuggets - nuggets 1.1.0
- added .other argument to dichotomize()
- fixed handling of xvars, yvars tidy-selectors in dig_correlations()
- added filtering of foci by their support
- added handling of callback function arguments related to contingency tables (pp, pn, np, nn arguments)
- C++
Published by beerda over 1 year ago
nuggets - nuggets 1.0.1
- attempt to fix tests failing on R-devel
- C++
Published by beerda over 2 years ago
nuggets - nuggets 1.0.0
- first version of the package
- implements: dig(), digimplications(), digcorrelations()
- C++
Published by beerda over 2 years ago