Skip to content

ggstats 0.9.0

Choose a tag to compare

@larmarange larmarange released this 10 Mar 12:28

Improvements

  • ggccoef_model() and ggcoef_table() are now compatible with multinomial
    and multi-component models, following broom.helpers 1.20.0: both functions
    gained new arguments group_by and group_labels (#93)
  • new functions ggcoef_dodged() and ggcoef_faceted() (#93)
  • ggcoef_plot() got a new argument y_labeller (#86)

Deprecated functions

  • ggcoef_multinom() and ggcoef_multicomponents() are now soft-deprecated
    and may be removed in a future release. Use instead ggcoef_model(),
    ggcoef_table(), ggcoef_dodged() or ggcoef_faceted() (#93)

Bug fix

  • fix terms order in ggcoef_model() for specific cases when two modalities of
    two different variables have the same name (#86)
  • bug fix in stat_prop() when complete = "color" or
    complete = "group"(#89)
  • bug fix in gglikert() when reverse_likert = TRUE and
    add_totals = TRUE (#91)