diff --git a/CABLAB_R_online.Rmd b/CABLAB_R_online.Rmd index 31751e6..72ef1e7 100644 --- a/CABLAB_R_online.Rmd +++ b/CABLAB_R_online.Rmd @@ -38,7 +38,7 @@ This workshop will provide an introduction into R! R is a popular programming language that many researchers use for organizing data, visualizing data, and carrying out statistical analyses. -By the end of the workshop series, my hope is that you will feel comfortable enough to work independently in R! +By the end of this workshop series, my hope is that you will feel comfortable enough to work independently in R! ```{r Intro Video, echo = FALSE} @@ -50,7 +50,7 @@ vembedr::embed_url("https://www.youtube.com/watch?v=HluANRwPyNo") ## Outline -| **Pre-Workshop**: Downloading R Software | **R**: https://ftp.osuosl.org/pub/cran/ **RStudio**: https://posit.co/download/rstudio-desktop/ +| **Pre-Workshop**: Downloading R and RStudio Software | **R**: https://ftp.osuosl.org/pub/cran/ **RStudio**: https://posit.co/download/rstudio-desktop/ | **Week 1: Intro to R** | Learning how to navigate the software: R, RStudio, Console, and creating scripts in R Markdown | **Week 2: Installing and Loading Packages** | Continue orienting to the software environment using the "swirl" package | **Week 3: Working Directories** | Learn how to navigate working directories and read in data into R @@ -76,9 +76,9 @@ vembedr::embed_url("https://www.youtube.com/watch?v=HluANRwPyNo") -# Pre-Workshop: Downloading R Software +# Pre-Workshop: Downloading R and RStudio Software -Before the workshop: +Before the workshop, we'll need to download R and RStudio. Throughout the workshop, we'll be working in RStudio, which will allow us to write code in R. So let's make sure we have both R and RStudio installed before we begin! 1. Download a **R CRAN Mirror**, which basically just hosts the R programming language that we will be using in RStudio. https://cran.r-project.org/ diff --git a/index.html b/index.html index 1febe90..128ab39 100644 --- a/index.html +++ b/index.html @@ -2888,7 +2888,7 @@

Description

R is a popular programming language that many researchers use for organizing data, visualizing data, and carrying out statistical analyses.

-

By the end of the workshop series, my hope is that you will feel +

By the end of this workshop series, my hope is that you will feel comfortable enough to work independently in R!

@@ -2899,8 +2899,8 @@

Description

is]

Outline

-
Pre-Workshop: Downloading R -Software | R: https://ftp.osuosl.org/pub/cran/ +
Pre-Workshop: Downloading R and +RStudio Software | R: https://ftp.osuosl.org/pub/cran/ RStudio: https://posit.co/download/rstudio-desktop/
Week 1: Intro to R | Learning how to navigate the software: R, RStudio, Console, and creating scripts in R Markdown
@@ -2937,9 +2937,12 @@

Outline

Are you ready to start learning R?!

-
-

Pre-Workshop: Downloading R Software

-

Before the workshop:

+
+

Pre-Workshop: Downloading R and RStudio Software

+

Before the workshop, we’ll need to download R and RStudio. Throughout +the workshop, we’ll be working in RStudio, which will allow us to write +code in R. So let’s make sure we have both R and RStudio installed +before we begin!

  1. Download a R CRAN Mirror, which basically just hosts the R programming language that we will be using in RStudio. https://cran.r-project.org/

  2. @@ -5576,7 +5579,7 @@

    Violin plots!

    #Add in the jittered points that reflect each individual participant p + geom_jitter(shape=16, position=position_jitter(0.2)) -

    +

    While we didn’t add too many customization to this plot, hopefully you can see why some people prefer to store plots in data objects and add in their customizations one line a time, rather than all at