slight updates to readme

This commit is contained in:
Jeremy Kidwell 2017-07-17 12:54:23 +01:00
parent a678fec0c4
commit dd5b7c16b3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This repository contains the code and writing towards a (working draft of a) scholarly paper which presents a social network analysis of eco-groups in the UK using Twitter data from representative groups. The paper is written in R Markdown and for the most part, I'm using the conventions outlined by Kieran Healy [here](https://kieranhealy.org/blog/archives/2014/01/23/plain-text/) and is best viewed (I think) in [R Studio](https://www.rstudio.com) though it will be reasonably comprehensible to anyone using a Markdown editor. If I'm not working in RStudio, I'm probably in Sublime text, FYI.
Eventually, R code will be integrated into the text of this document. The idea is that this will serve as "reproducible research" by which anyone can download the contents of this repository, execute the R code which will gather data used from open and sustainable repositories, and then conduct the analysis I've done. I'd be extremely happy if someone found errors, or imagined a more efficient means of analysis and either reported them as an issue on this github repository or sent me an email.
Eventually, R code will be integrated into the text of this document. The idea is that this will serve as "[reproducible research](http://kbroman.org/steps2rr/)" by which anyone can download the contents of this repository, execute the R code which will gather data used from open and sustainable repositories, and then conduct the analysis I've done. I'd be extremely happy if someone found errors, or imagined a more efficient means of analysis and either reported them as an issue on this github repository or sent me an email.
The actual article is in `network_analysis.md`.