Git Product home page Git Product logo

r-bootcamp-workshop-summer-2017's Introduction

R Bootcamp for UNCC Faculty

Sponsored by

Date, Time and Location

  • June 15-16, 2017

  • 9:30am - 12:30pm

  • Kennedy 236

Instructors

Set up

For this workshop, participants are expected to bring their laptops with R and R Studio already installed.

Here are pre-workshop preparation steps:

  1. Download the workshop materials from this repository using the "Clone or download" button and click the "Download ZIP" link. Unzip the file locally (for example, Desktop or My Documents folder)

  2. Ensure you have R and R Studio installed on your machine. Use the links and follow the instructions to download each locally.

  3. After installing R and R Studio, open R Studio and run the following command to ensure you have all of the R libraries we'll use:

packages <- c("tidyverse","apaStyle","ggthemes","lme4","multilevel")
install.packages(packages, dependencies = TRUE)

Day 1: June 15

Part Subject
1 R Essentials & Data Management code HTML output
2a Visualizations: ggplot2 introduction code HTML output

Day 2: June 16

Part Subject
2b Visualizations: Interactive plots code HTML output
3 Regression Modeling code HTML output

Helpful Links

Here are multiple links and references we'll mention during the workshop.

Introduction to R

Links for Tools

Links for Publishing R Files

Great R References

r-bootcamp-workshop-summer-2017's People

Contributors

wesslen 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.