02:00
These slides available at: https://arcus.github.io/first_steps_in_r_rstudio_skills_series/session_1.html
Arcus is an initiative by the Research Institute aimed at promoting data discovery and reuse and increasing research reproducibility.
Among the many teams in Arcus, I represent Arcus Education!
Arcus education provides data science training to researchers …
(and often this is useful to non-researchers too!).
https://arcus.chop.edu/i-want-to/arcus-education
Email us! arcus-education@chop.edu
Arcus Education provides “Skills Series” for the entire CHOP community.
This Skills Series is a 5-session series aimed at helping you take your first steps in R and RStudio!
Review and Setup (see also: Demystifying R and RStudio)
Goals:
R Programming language for data analysis
RStudio Integrated development environment (IDE)
In Literate Statistical Programming, we not only use code, but also describe what we do in human language, with things like headers, bullet points, and other formatting to make it easier for humans to make sense of the code.
You can use R and RStudio using online services like https://posit.cloud. Sign up for your ‘Cloud Free’ tier, it’s what we’ll use for this series.
Posit.cloud is a great place for learning or practice with public datasets, BUT is not a safe or compliant place to put your regulated data.
02:00
Version control allows you to track
(Out of scope today but useful!)
02:00
This is what we’re going to do:
tidyverse
and rmarkdown
)setup.qmd
in your Exercises folder.01:00
01:00
install.packages(c("rmarkdown", "tidyverse"))
01:00
>
appears in the Console and the Stop sign disappears!00:30
00:30
Today, you:
That’s a lot! Give yourselves a round of applause.
We like to measure our effectiveness (and analyze it in R!)
Goals:
Projects and File Ingestion
Arcus Education, Children’s Hospital of Philadelphia