Changes in version 1.4-13 (2024-09-16) o Minor bug fix in docs. Changes in version 1.4-11 (2023-02-01) o add ORCID IDs Changes in version 1.4-10 (2022-06-09) o cosmetic changes. Changes in version 1.4-9 (2021-10-18) o add gp_axis argument to pairs_barplot(). o fix URLs in JSS references. Changes in version 1.4-8 (2020-09-21) o New argument pdigits= in legend_resbased() to specify the number of digits of p-values. Changes in version 1.4-7 (2020-04-02) o bugfix: highlighting was wrong since 1.4-5. It now correctly recycles the fill parameter along _last_ dimension (i.e., the dependent variable), in contrast to standard behavior of mosaic() Changes in version 1.4-6 (2020-03-08) o bugfix: doubledecker plot had wrong shading since 1.4-5. It now correctly recycles graphical parameters along _last_ dimension (i.e., the dependent variable), in contrast to standard behavior of mosaic(). Changes in version 1.4-5 (2020-01-13) o small internal change in tile() to account for new grid package. o graphical parameters are now recycled along _first_ dimension. Changes in version 1.4-4 (2017-12-06) o Bugfix: labeling_cells() could not handle structable objects when called separately from mosaic(). o ternaryplot() now has additional dimnames_rot= and labels_rot= arguments for changing the angle of the labels. o The loddratio plot now suppresses labels in the 2x2x(strata) case. Changes in version 1.4-3 (2016-09-17) o Remove outdated inst/doc directory. Changes in version 1.4-2 o add lines() method for loddsratio objects. o add gpar() argment to control confidence intervals in distplot(). Changes in version 1.4-1 (2015-07-08) o add imports for functions in recommended packages to NAMESPACE o shading_hcl now also uses solid line type for abs(residuals) < eps like shading_hsv(). Changes in version 1.4-0 (2015-06-09) o Add shading_Marimekko and shading_diagonal. o Add residual-based shading to rootogram(). o Add residuals() method for "goodfit" objects. o Add grid_abline() for convenience. o Add P-values to the output print.Kappa() produces. o Fix legend of distplot() in case of leveled plots. o cotab_agreementplot panel function for plotting conditional (stratified) agreement charts added. o loddsratio added as an extension of oddsratio for conditioned generalized odds ratios. The plot method is greatly enhanced, and structural zeros (missing values) are also accepted. oddsratio is now just an alias for loddsratio. o Bug fix in pairs.table(): for "conditional" type, tables are now reordered so that the conditioning variables come _first_. o cotab_loddsratio panel function for plotting conditional log-odds ratios plots added. o assocstats now handles strata (all but the first two dimensions). o sieve now accepts a scale= argument. o binreg_plot() added for (conditioned) binary regression plots o Bug fix in mosaic(): using highlighting= and/or condvars= now not only reorders the table, but also the split information, so that both remain consistent. o All plot functions now have an option to return the produced plot as a grid object for further use (e.g., in mplot()). o mplot() added for combining multiple grid plots in a multi-panel-layout. o legend_grid now allows more options for positioning, and an inset argument has been added for relative adjustments. Changes in version 1.3-2 (2014-08-03) o Ord_plot() gets lwd, lty and col arguments to control plotting of the OLS and WLS lines. o distplot() gets an lwd argument. o Changed default line types for sieve so that positive residuals are shown with solid lines, as per Friendly specifications. o fixed problems with pairs_strucplot() type argument, particularly for type="conditional" o Fixed error in CoalMiners data (missing group, labels switched) o Change default area type for sieve plots to "area" Changes in version 1.3-1 (2013-09-11) o several namespace issues fixed Changes in version 1.3-0 (2013-09-11) o Bug fixed in assoc() o grid_legend() extended for better finetuning of graphical parameters o legend_resbased() better handles spacing for labels. o legend_resbased() and legend_fixed() now allow changing the font family. o default diagonal panel in pairs() is now set to pairs_diagonal_mosaic(), with alternating labels and frequencies shown on the bars. o labeling is more customizable in fourfold() Changes in version 1.2-13 (2012-02-20) o agreementplot() now allows to add marginals to the plot o abbreviate argument of labeling_border() renamed to abbreviate_labs to prevent name clash with abbreviate_foo args in labeling_cells() o Several partial matches fixed in code Changes in version 1.2-12 (2011-09-13) o Bug fix: assoc() would not plot tables with 0 residuals o Bug fix: structable() adds dimnames and dimname names if none are specified o Bug fix: print error message when subsetting/selecting of structable objects using more than 2 indices o NEWS file changed to .Rd format Changes in version 1.2-11 (2011-05-24) o Bug fix: gamma argument removed from hcl2hex() Changes in version 1.2-10 (2011-05-19) o Add aperm method for structable objects o For use with shading_Friendly(), shading_hsv() now sets the line type of borders corresponding to abs(residual) < eps to lty[1] in addition to setting color to line_color. o In fourfold(), modified default colors[3:4] for non-significant log odds ratios to be more visually distinct from the fully saturated colors[5:6] for significant ones. o In fourfold(), allow the function to work with tables with more than 3 dimensions, by restructuring all strata dimensions into a single combined 3rd dimension. o In fourfold(), modified defaults for mfrow/mfcol to give landscape display, nr <= nc, rather than nr >= nc. If length(dim(x)) > 3, set nr=dim(x)[3]. Changes in version 1.2-9 (2010-08-30) o Fixed Ord_plot() for devices where the default filling is "white" and not "transparent" by explicitly setting it to the latter. o Bug fix in as.table.structable(), returning the table in a different order than defined in the structable object, confusing in particular plot.structable(). o add parameter to ternaryplot() to control the positioning of the plot labels. Changes in version 1.2-8 (2010-02-08) o Small bug fixes in handling of some graphical parameters. Changes in version 1.2-7 (2009-10-18) o Corrected df handling in goodfit() with ML estimation: only non-zero cells are used. This is backward compatible with versions <= 1.2-4. o Fixed bug in goodfit() for binomial distribution with specified "size" parameter (introduced in 1.2-5). Changes in version 1.2-6 (2009-10-13) o Small typo in doc of co_table(). Changes in version 1.2-5 o Bundesliga data set has been augmented with the results of the seasons 2006/7, 2007/8, 2008/9 (thanks to Torsten Hothorn). o goodfit() was modified to treat zero cells better: ‘Internal’ zero cells (i.e., counts below the maximal observed count that did not occur in the sample) are retained (and not dropped as before). ‘Trailing’ zero cells (i.e., counts above the maximal observed count) are still not considered. The documentation now points out the problems with the minimum-chi-squared method in the latter situation. o sieve() now accepts a gp_tile argument to control the appearance of the cells (apart from the sieve color) Changes in version 1.2-4 (2009-05-09) o Bug fix: labeling arguments were incorrectly handled when the options were not provided as named vector o ternaryplot() now makes use of the cex argument also for the rendering of optional labels, if any Changes in version 1.2-3 (2009-03-09) o hcl-colors.pdf removed from source ball (vignette now in colorspace) Changes in version 1.2-2 (2009-02-05) o strucplot() now accepts a df argument that is passed to the shading functions. Also, expected values are no longer computed if residuals are given. Changes in version 1.2-1 (2008-11-21) o Fixed a bug in labeling (incorrect handling of some parameters) Changes in version 1.2-0 (2008-10-25) o Moved color palettes from vcd to colorspace, including vignette("hcl-colors"). Package colorspace is (as before) loaded automatically with vcd.