Skip to content

broom.helpers 1.11.0

Compare
Choose a tag to compare
@larmarange larmarange released this 06 Jan 12:26

New features

  • New functions tidy_add_pairwise_contrasts() and model_get_pairwise_contrasts()
    to compute pairwise contrasts of categorical variables with emmeans,
    and corresponding new arguments in tidy_plus_plus() (#192)
  • New tidier tidy_margins() to display Average Marginal Effects (#195)
  • New tidier tidy_all_effects() to display Marginal Effects (#195)
  • New tidier tidy_ggpredict() to display Conditional Effects (#195)

Bug fixes and improvements

  • Better messages when exponentiate argument is not appropriate (#197)