ggstats 0.9.0
Improvements
ggccoef_model()andggcoef_table()are now compatible with multinomial
and multi-component models, followingbroom.helpers1.20.0: both functions
gained new argumentsgroup_byandgroup_labels(#93)- new functions
ggcoef_dodged()andggcoef_faceted()(#93) ggcoef_plot()got a new argumenty_labeller(#86)
Deprecated functions
ggcoef_multinom()andggcoef_multicomponents()are now soft-deprecated
and may be removed in a future release. Use insteadggcoef_model(),
ggcoef_table(),ggcoef_dodged()orggcoef_faceted()(#93)
Bug fix