Skip to content

Commit

Permalink
Latest changes and get rid of superfluous graphics.
Browse files Browse the repository at this point in the history
  • Loading branch information
arencambre committed May 12, 2020
1 parent b720e50 commit 853abb3
Show file tree
Hide file tree
Showing 52 changed files with 3 additions and 3 deletions.
Binary file removed Advocate_ED.png
Binary file not shown.
Binary file removed BenRussellNBC5.png
Binary file not shown.
Binary file removed BradfordPearson.png
Binary file not shown.
Binary file removed CarrTamicbs11.png
Binary file not shown.
Binary file removed Central_Track.png
Binary file not shown.
Binary file removed CoryNBC.png
Binary file not shown.
Binary file removed CourtneyNBC5.png
Binary file not shown.
Binary file removed CultureMapDAL.png
Binary file not shown.
Binary file removed DMNOpinion.png
Binary file not shown.
Binary file removed DMagazine.png
Binary file not shown.
Binary file removed Dallas_Observer.png
Binary file not shown.
Binary file removed DavidSchechter.png
Binary file not shown.
Binary file removed DeborahNBC5.png
Binary file not shown.
Binary file removed JeffSmithi24.png
Binary file not shown.
Binary file removed JennySivie.png
Binary file not shown.
Binary file removed JimSchutze.png
Binary file not shown.
Binary file removed JohnnyNBC6.png
Binary file not shown.
Binary file removed JustinWWaldrop.png
Binary file not shown.
Binary file removed KenKalthoffNBC5.png
Binary file not shown.
Binary file removed Knightengale.png
Binary file not shown.
Binary file removed Lindenberger.png
Binary file not shown.
Binary file removed MonicaTVNews.png
Binary file not shown.
Binary file removed NBC5photog.png
Binary file not shown.
Binary file removed PappalardoJoe.png
Binary file not shown.
Binary file removed PhilipTKingston.png
Binary file not shown.
Binary file removed RayLeszcynski.png
Diff not rendered.
Binary file removed RobertWilonsky.png
Diff not rendered.
Binary file removed ScottNBC5.png
Diff not rendered.
Binary file removed ToddNEWS.png
Diff not rendered.
Binary file removed ToddWFAA8.png
Diff not rendered.
Binary file removed TristanHallman.png
Diff not rendered.
Binary file removed Wylie_H_Dallas.png
Diff not rendered.
Binary file removed ahuguelet.png
Diff not rendered.
Binary file removed aviselk.png
Diff not rendered.
Binary file removed brandonformby.png
Diff not rendered.
Binary file removed clairezcardona.png
Diff not rendered.
Binary file removed dallasweekly.png
Diff not rendered.
Binary file removed erickreindler.png
Diff not rendered.
Binary file removed etjohnstone.png
Diff not rendered.
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ output:
html_document:
toc: yes
---
# Summary
## Summary
[Wylie H. Dallas](https://twitter.com/Wylie_H_Dallas) is an alter ego for someone posing as a Dallas-area political gadfly. I've always suspected Wylie is someone's outlet for things that cannot be said with his or her public persona.

I analyzed tweets of 52 Dallas-area media personalities, Wylie, and Philip Kingston. I included Philip because he was a prominent councilmember back when I started working on this, and Wylie appeared well aligned with Philip's causes.

This analysis produced a scoring system. This shows Jim Schutze's word use, in his tweets, is the closest match for Wylie's word use. I wonder if Jim Schutze [knows more about Wylie](https://www.dallasobserver.com/news/we-must-stop-the-speculation-about-the-identity-of-wylie-h-soon-8561550) than he [lets on](https://www.dmagazine.com/publications/d-magazine/2015/june/wylie-h-dallas-most-powerful-nobody-in-dallas/). Wylie says Schutze is his [favorite](https://www.dallasobserver.com/arts/100-dallas-creatives-no-27-political-cyber-banksy-wylie-h-dallas-7097170) journalist.

# Technical details
## Technical details
I did this analysis with [R](https://en.wikipedia.org/wiki/R_(programming_language)), a free software environment that is popular with the data science crowd, especially when the analysis is related to humanities, social sciences, statistics, and more.

The rest of this document is my explanation of the analysis and the results. I was inspired by--and in a few cases stole code from--David Robinson's similar [analysis](http://varianceexplained.org/r/op-ed-text-analysis/) of who wrote the ["I Am Part of the Resistance" op-ed](https://www.nytimes.com/2018/09/05/opinion/trump-white-house-anonymous-resistance.html) about the Trump administration.

First, I load some libraries. These have code, built by others, that I use throughout this analysis.
```{r load libraries, results='hide'}
```{r load libraries, message=FALSE, warning=FALSE, results='hide'}
# based on http://varianceexplained.org/r/op-ed-text-analysis/
library(rtweet)
library(tidyverse)
Expand Down
Binary file removed jasonheid.png
Diff not rendered.
Binary file removed jdmiles11.png
Diff not rendered.
Binary file removed jmchiquillo.png
Diff not rendered.
Binary file removed johnmccaa.png
Diff not rendered.
Binary file removed medenix.png
Diff not rendered.
Binary file removed rlopezwfaa.png
Diff not rendered.
Binary file removed shaunrabbfox4.png
Diff not rendered.
Binary file removed timmytyper.png
Diff not rendered.
Binary file removed ttsiaperas.png
Diff not rendered.
Binary file removed wfaalauren.png
Diff not rendered.
Binary file removed wfaashelly.png
Diff not rendered.
Binary file removed zaccrain.png
Diff not rendered.

0 comments on commit 853abb3

Please sign in to comment.