Skip to content

dvanic/wwc2018

Repository files navigation

Women Who Code Sydney R for Data Analysis Workshop

Darya Vanichkina

March 13, 2018

Before coming please:

This will install all of the packages aka libraries we will need to use for the workshop.

During the workshop:

  1. Please fork this github repository (if you use github) or just download the files listed below from it (if you don't). The file structure is the following:

    • 2_student_template.Rmd - this is the file you will use to work in today. It is an RMarkdown file, and can/should be opened with RStudio. Download this first.
    • 1_DaryaHousingLesson.Rmd - this is what Darya will be demoing on the board via live coding. You don't need to download this file to follow along (I suggest you type the code parallel with Darya). It's provided so that if students wish to go ahead they can. The easiest way to do this, though, is via its HTML output, which Darya has published to Rpubs here.
    • 3_finalhousingnanalysis.Rmd - this is the entire set of code with all of the analysis we're aiming to achieve during the course of the workshop. It's provided here so that you have a working example you can refer to after the workshop. Its html output has also been published here - look at this if you'd like to skip ahead in the workshop and check you work.
    • The actual data is train.csv and test.csv. You will also need data_description.txt, which is the metadata file which describes all of the variable encodings for the training and test data.
  2. We will use an etherpad to have a mechanism for "live" feedback/collectively editable notes/etc. Please note that this is public and non-persistent (so it may disappear after today). If you have any questions during the workshop, but don't want to stick your hand up/interrupt, please post them here in the chat on the right.

  3. If you need help or would like some individual feedback/discussion, PLEASE call over one of the helpers - that's what they're here for!

After the workshop

  1. Please fill out the feedback form here. This is Darya's personal one, not the standard WWC one. Thank you!
  2. If you try to work more on the materials in this workshop and have questions, please feel free to open them as issues tickets here in the repo on github.

Details on what the files are (and which you care about)

1_DaryaHousingLesson.Rmd

This is the file for what Darya was trying to do on the board. It uses the Prestige data from the car package to demonstrate the basic transformations. The reason we use this data is that it's relatively small, so easy to display what

Where to from here?

If you'd like to learn more about the materials presented, some of my favourite resources are:

Releases

No releases published

Packages

No packages published

Languages