A Friendly Intro to R - BioData Club

Danielle Robinson & Lilly Winfree

May 26 2017

Before we begin

Why should you use R??

Basics (1)

x<-1
x
## [1] 1
print(x)
## [1] 1

Basics (2)

R is stupid and only knows what you input

This is what R Studio looks like:

Resources

Fun Events: cascadiarconf.com

Fun Events: Science Hack Day PDX!

Fun Events: BioData Club

Let’s go!

From the Github downloaded files, open:

We’ll start with “BasicStatsCode.pdf”

PLEASE ASK US IF YOU ARE CONFUSED! :-)

Use your yellow sticky note for “confused” and green for “ok”