augment |
Retrieve augmented dataframe if it exists. |
boot_augment |
Bootstrapped dataframe with augmented predictions from each sample. |
boot_glance |
Bootstrapped dataframe with model summaries from each sample. |
boot_tidy |
Bootstrapped dataframe with estimates from each sample. |
glance |
Retrieve model summary dataframe if it exists. |
grouped_augment |
Augmented data from grouped analysis of any function that has 'data' argument in its function call. |
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. |
tidy |
Retrieve tidy dataframe if it exists. |