Slides from my talk on the broom package

忘是亡心i 2022-08-07 13:50 301阅读 0赞

(This article was first published on Variance Explained, and kindly contributed to R-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 条评论,301人围观)

还没有评论,来说两句吧...

相关阅读