Slides from my talk on the broom package

来源:互联网 发布:stl源码剖析 编辑:程序博客网 时间:2024/05/19 17:51
(This article was first published on  Variance Explained, and kindly contributed toR-bloggers)     

This weekend I gave a presentation on my broom package for tidying model objects (see my introduction here) at the UP-STAT 2015 conference at SUNY Geneseo. I’m sharing the slides here, along with some highlights below.

I first explained how broom fits with other tidy tools such as dplyr, tidyr and ggplot2 as part of an exploratory data analysis workflow:

Exploratory data analysis

I explored the many small ways that a linear regression object is “messy”, which typify the obstacles of using tidy tools with model objects:

how linear models are 'messy'

And I showed how broom made the process easy:

broom's tidy method

I gave an overview of the many kinds of objects broom can tidy:

broom objects table

I also touched on one of the more powerful analyses that broom can enable: namely, combining many models so that they can be compared and contrasted.

combining models

Enjoy the slides!

0 0