About

My name is Christina Fillmore. I am a statistician turned data scientist. This is my personal website about R, data vis and generally all things data science. (more)


Latest posts

2021-02-28

An Ode to the Unsung Functions of Purrr

Exploring the wonderful uses for keep and discard, the “vector filtering functions”

2021-02-18

ANOVA for Visual Learners

A walk through of the theory of an ANOVA with graphs.

2021-02-07

Reading in Tables from XML Documents

Reading in tables from XML documents using the XML and purrr packages.

2021-01-31

Expanding Dates for Groups with Differing Date Ranges

A common date transformation I need to do with dates is to convert the data from just a list of events to weekly numbers. To do this I need to expand the dates for each group.