Description Usage Arguments Value Examples
purrroom easily integrates purrr::map modeling into broom. Providing the user with a single tidy dataframe for all models.
| 1 | 
| mapData | a purrr call that ends with a mapped model call | 
| broomCall | a broom call (e.g. glance(), tidy()) call wrapped in a function with a dot argument | 
Tidy data.frame containing all split model summaries.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.