Git Product home page Git Product logo

brl-workshops's Introduction

BRL-workshops

Materials for BRL workshops

Workshop 1: Visual Techniques for Exploratory Data Analysis in R (with ggplot2)

When: Tuesday, April 2, 2019, 5:30 - 8:00pm

Where: Warren 309

  • Introduction to the grammar of graphics

  • Single and multi-dimensional continuous data

  • Single and multi-dimensional categorical data

  • Combining continuous and categorical data with faceting

  • Introduction to tidying data (to be continued in second workshop)

Workshop 2: Data Transformation Techniques in R (with dplyr and tidyr)

When: Tuesday, April 11, 2019, 5:30 - 8:00pm

Where: Warren 415

  • Introduction to the tidyverse philosophy, comparison to base R

  • The "main five" dplyr verbs: filter, select, arrange, group_by, summarize

  • Piping in R

  • Tidying data with tidyr

  • Merging datasets with join functions

Pre-Workshop Assignment

Before your first workshop, please do the following:

  1. Install R from https://cran.r-project.org/

  2. Install RStudio Desktop (open source / free version) from https://www.rstudio.com/products/rstudio/download/#download

  3. Install tidyverse packages with:

> install.packages("tidyverse")

I will do my best to accommodate different skill levels, however I will assume a general familiarity of base R. If you haven't used R at all previously, I recommend the "R Nuts and Bolts" chapter of Roger Peng's R Programming for Data Science. If you are limited in time, the most important topics to learn / review are: character vs. factor data, and working with data frames. Again, matrices and lists won't come up.

If you're new to ggplot2, please read "Data Visualization" in R for Data Science by Garrett Grolemund and Hadley Wickham to gain a general familiarity with ggplot2 functions.

brl-workshops's People

Contributors

jtr13 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.