Version 0.9.3
This bundle brings quite a few enhancements, improvements in documentation and bug fixes
- Added tidy conversion functions:
as_array(),as_caseform(),as_freqform,as_table()PR #22 [Thx: Gavin Klorfine] - Fixed bug in
mcaplot()coming from `ca::cacoords(): "non-conformable arguments" - Expanded documentation of
color_table()to give better advice on how to use this in Rmd or qmd documents. - Added:
knitr_include()as a general solution to usinggt,DT,plotly, ... outputs in non-HTML documents. - Added
pairs_diagonal_mosaic(), overriding the {vcd} version to give more flexibility in printing the cell values in the diagonal cells. PR #24 [Thx: Gavin Klorfine]
Version 0.9.2
- Added a
label = c("name", "formula")argument toLRstats()to provide for labeling models by their model formulas in the output usingget_models(). - Handle list (...) of models with formula labels more flexibly in
LRstats() - Document
get_model()andget_models()together - Added `assoc_graph() and a plot method for association graphs of loglinear models.
- Added edge weights to
assoc_graph()representing partial G^2 or Cramer's V