Published January 10, 2018
| Version v0.16.0
Software
Open
tadaadata/tadaatoolbox: Now with more less
Authors/Creators
- 1. @tadaadata
- 2. Universitätsklinikum Hamburg-Eppendorf
Description
tadaatoolbox 0.16.0
This release is primarily about reducing the number of dependencies, which was just silly.
As a bonus, we add two minor convenience functions that make teaching a little easier for us, and we even fix a derp.
Fixes & Features
- Add
ord_pairsto retrieve $N_c$, $N_d$, ties and total number of pairs for contingency tables. Internals for this function are straight up copied from this gist. - Add
etasqin case you want to show students what $\eta^2$ is without having to explain ANOVA. - Fix
ord_somers_dnot returning the correct value forsymmetric = TRUE - Removed
drop_labelsbecausesjlabelled::zap_labelsis a thing
Internals
- Eliminate
ryoureadydependency, in favor of the more versatileDescToolspackage:nom_lambda: UseDescTools::Lambdaord_gamma: UseDescTools::GoodmanKruskalGammaord_somers_d: UseDescTools::SomersDelta
- Eliminate
vcddependency, also in favor ofDescTools. - (The
DescToolsfunctions are very similar to what the wrappers do, so the wrappers might be removed in the future.) - Eliminate
lazyevaldependency intadaa_intby being better atggplot2. - Eliminate
dplyrdependency by being better at R. - Eliminate
havendependency by not re-exportingas_factoranymore ¯\_(ツ)_/¯ - Eliminate
sjmiscdepencency because why did we depend on that again? - Eliminate
sjlabelleddependency (only used for re-exports). - Eliminate
lsrdependency in favor of, you guessed it,DescToolsfor eta intadaa_aov.
Files
tadaadata/tadaatoolbox-v0.16.0.zip
Files
(571.7 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e5a7fc39dcce6d4d1936f3676c695f21
|
571.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/tadaadata/tadaatoolbox/tree/v0.16.0 (URL)