Publications by Method Matters

Sensographics and Mapping Consumer Perceptions Using PCA and FactoMineR

10.09.2017

In the last post, we focused on the preparation of a tidy dataset describing consumer perceptions of beverages. In this post, I’ll describe some analyses I’ve been doing of these data, in order to better understand how consumers perceive the beverage category. This type of analysis is often used in sensographics- companies who produce food pr...

16443 sym R (3490 sym/5 pcs) 6 img 3 tbl

Clustering Music Genres with R

07.12.2017

In a number of upcoming posts, I’ll be analyzing an interesting dataset I found on Kaggle. The dataset contains information on 18,393 music reviews from the Pitchfork website. The data cover reviews posted between January 1999 and January 2016. I downloaded the data and did an extensive data munging exercise to turn the data into a tidy dataset...

11747 sym R (2035 sym/7 pcs) 6 img 3 tbl

Clustering Music Genres with R

07.12.2017

In a number of upcoming posts, I’ll be analyzing an interesting dataset I found on Kaggle. The dataset contains information on 18,393 music reviews from the Pitchfork website. The data cover reviews posted between January 1999 and January 2016. I downloaded the data and did an extensive data munging exercise to turn the data into a tidy dataset...

11695 sym R (1971 sym/7 pcs) 6 img 3 tbl

Anscombe’s Quartet: 1980’s Edition

07.01.2018

In this post, I’ll describe a fun visualization of Anscombe’s quartet I whipped up recently. If you aren’t familiar with Anscombe’s quartet, here’s a brief description from its Wikipedia entry: “Anscombe’s quartet comprises four datasets that have nearly identical simple descriptive statistics, yet appear very different when graphed...

3711 sym R (1154 sym/1 pcs) 2 img

Anscombe’s Quartet: 1980’s Edition

07.01.2018

In this post, I’ll describe a fun visualization of Anscombe’s quartet I whipped up recently.If you aren’t familiar with Anscombe’s quartet, here’s a brief description from its Wikipedia entry: “Anscombe’s quartet comprises four datasets that have nearly identical simple descriptive statistics, yet appear very different when graphed....

3696 sym R (1130 sym/1 pcs) 2 img

Sentiment Use Across the Course of Pitchfork Music Reviews: A Tidy Text Analysis with R

06.06.2018

In this post, we’ll return to the Kaggle data containing information on Pitchfork music reviews. In a previous post, I used this dataset to cluster music genres. In the current post, I will use R and the tidytext package (and philosophy) to examine the text of the music reviews. Specifically, the goal of the analysis described in this post will...

16713 sym R (3623 sym/10 pcs) 8 img 8 tbl

Sentiment Use Across the Course of Pitchfork Music Reviews: A Tidy Text Analysis with R

06.06.2018

In this post, we’ll return to the Kaggle data containing information on Pitchfork music reviews. In a previous post, I used this dataset to cluster music genres. In the current post, I will use R and the tidytext package (and philosophy) to examine the text of the music reviews. Specifically, the goal of the analysis described in this post will...

16824 sym R (3667 sym/10 pcs) 8 img 8 tbl

Differences in Word Use Across Music Genres in Pitchfork Album Reviews

22.09.2018

In this post we will return to the data on Pitchfork music reviews, parts of which I’ve analyzed previously. The goal of this post will be to gain an understanding of distinctive words in the reviews of albums of different musical genres. This type of analysis helps us understand the musical aspects that distinguish written descriptions of the ...

10976 sym R (1246 sym/2 pcs) 2 img 2 tbl

Differences in Word Use Across Music Genres in Pitchfork Album Reviews

22.09.2018

In this post we will return to the data on Pitchfork music reviews, parts of which I’ve analyzed previously. The goal of this post will be to gain an understanding of distinctive words in the reviews of albums of different musical genres. This type of analysis helps us understand the musical aspects that distinguish written descriptions of the ...

10958 sym R (1334 sym/2 pcs) 2 img 2 tbl

Multilevel Modeling Solves the Multiple Comparison Problem: An Example with R

31.10.2018

Multiple comparisons of group-level means is a tricky problem in statistical inference. A standard practice is to adjust the threshold for statistical significance according to the number of pairwise tests performed. For example, according to the widely-known Bonferonni method, if we have 3 different groups for which we want to compare the means ...

17683 sym R (5129 sym/9 pcs) 4 img 8 tbl