https://github.com/pdrhlik/vertabelo
My blog posts for Vertabelo.
https://github.com/pdrhlik/vertabelo
Last synced: 4 months ago
JSON representation
My blog posts for Vertabelo.
- Host: GitHub
- URL: https://github.com/pdrhlik/vertabelo
- Owner: pdrhlik
- Created: 2018-08-26T17:41:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T09:30:16.000Z (about 6 years ago)
- Last Synced: 2025-01-08T15:57:03.407Z (5 months ago)
- Language: HTML
- Size: 5.68 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Vertabelo articles
This is a repository of articles that I write for [Vertabelo](https://academy.vertabelo.com/blog/). Every article has their own folder and contains an analysis in [R language](https://www.r-project.org/). They are written in [R markdown](https://rmarkdown.rstudio.com/), a modified markdown that allows for including and executing R code.
## Article list
* [Going Down to South Park to Make a Text Analysis using R](/going-down-to-south-park-to-make-a-text-analysis-using-r)
The article contains an analysis of South Park texts. You will see how an episode sentiment and IMDB episode popularity evolves over time. There are interactive plots and code examples on how to do the analysis on your own.
[Vertabelo link](https://academy.vertabelo.com/blog/south-park-text-data-analysis-with-r/)* [Going Down to South Park, Part 2: Text Analysis with R](/south-park-naughty-characters)
The second part of South Park article series focuses on the main six characters: Stan, Kyle, Cartman, Kenny, Randy and Butters. You will see how much each of them talks and how the number of spoken words evolves over time. You will also find out, if naughtier episodes are more popular or if Eric Cartman is the naughtiest character in the show.
[Vertabelo link](https://academy.vertabelo.com/blog/south-park-text-data-analysis-with-r-2/)