broom.helpers 1.12.0
New features
- Set of functions to support marginal predictions, contrasts and slopes /
effects (#202):- A dedicated article presenting the concepts and the different functions
has been added to the package documentation website - Several tidiers are provided to tidy results in a way that it could be
used bybroom.helpers
functions. - Marginal Predictions:
tidy_marginal_predictions()
,
plot_marginal_predictions()
,tidy_all_effects()
, andtidy_ggpredict()
- Marginal Means:
tidy_marginal_means()
- Marginal Contrasts:
tidy_avg_comparisons()
and
tidy_marginal_contrasts()
- Marginal Effects:
tidy_avg_slopes()
andtidy_margins()
- A dedicated article presenting the concepts and the different functions
- New method
model_list_higher_order_variables()
to list the highest order
combinations of variables (#202) - New method
model_get_response_variable()
to get the name of the response
variable (#202) - New helper function
seq_range()
to generate a sequence of values between
the minimum and the maximum of a vector (#202) - New argument
contrasts_adjust
intidy_plus_plus()
,
tidy_add_pairwise_contrasts()
andmodel_get_pairwise_contrasts()
allowing
to change the adjustment method used to compute pairwise contrasts (#204)