These are the primary functions that combine functionalities from these two ecosystems.
tidy_parameters()
Tidy dataframes of model parameters using broom and easystats.
broom
easystats
glance_performance()
Model performance summary dataframes using broom and easystats.
Generic functions used for tidy tibbles, model summaries, and augmented data frames.
tidy()
Retrieve tidy dataframe if it exists.
glance()
Retrieve model summary dataframe if it exists.
augment()
Retrieve augmented dataframe if it exists.
Using generic functions across all combinations of grouping variables in a dataframe.
grouped_augment()
Augmented data from grouped analysis of any function that has data argument in its function call.
data
grouped_glance()
Model summary output from grouped analysis of any function that has data argument in its function call.
grouped_tidy()
Tidy output from grouped analysis of any function that has data argument in its function call.
Useful functions re-exported from other packages.
reexports
Objects exported from other packages