An open API service indexing awesome lists of open source software.

https://github.com/dicook/ysc2017


https://github.com/dicook/ysc2017

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# YSC2017

These are the workshop notes for the Young Statisticians Conference Sep 25, 2017. The title of the workshop is "Developing Your Career to Thrive in a Data-rich, Technology-driven, Reproducible Research Environment". And the list of topics is:

1. Reproducible research, for publications, talks, and web sites using Rmarkdown with the R ecosystem. Many journals now require you to submit code to reproduce the results reported in your paper, and this will become the norm over the next few years. Maintaining a public profile is important for many careers, and new tools using hugo enable web site construction, tincluding blogs.
2. Why and how to organise data. Concepts of tidy data, and learning to rearrange data will be covered. It is often said that the data cleaning stage, often neglected in statistics education, takes 95% of your time. Being efficient in data handling can allow you to spend more time thinking about the problem to be solved.
3. Making effective plots, grammar of graphics, good practices: Mapping data to graphical elements in plots using ggplot2. Simple plots, scatterplots, bar charts, time series, profiles, boxplots. Using cognitive principles to improve plots. Advanced graphics, layering, maps, interactivity: Layering different data sets, drawing maps, exploring model fits, multivariate plots. Simple interactive graphics.

In preparation for the workshop please install this software on your laptop:

1. R latest release (Friday 2017-06-30) https://cran.r-project.org
2. RStudio Desktop 1.0.153 (Open source version) https://www.rstudio.com/products/rstudio/download/#download
3. R packages: tidyverse, knitr
4. If you do not yet have one, sign up for an account on github, https://github.com. And check that git is on your computer (if it is not installed, come 15 mins earlier to the workshop, and we will get it set up for you):
- On a Mac: simply open a terminal window and type "git --version".
- On Windows: All programs => Git

If you are using a Windows laptop, you need to have Administrator access so that we can install new packages on the fly.