Introduction and The Big Idea
Marguerite Butler
School of Life Sciences, University of Hawaii
1/17/23
Table of contents
Data Science
Learning R - A first session
Goals
Tools
Data Science
Software
Data Science
From
R for Data Science 2e
by Hadley Wickam, Garrett Grolemund, and Mine Çetinkaya-Rundel
Question -> Gather Data -> Design
Observe -> Record Data -> Data Table
Document -> Comment (annotate)
Project -> Version Control -> Share
Learning R - A first session
Think about how R works as you try out commands
https://www.r-project.org
Go to manuals, click on
An Introduction to R
Follow Section 2.1
input -> R -> output
What came out? What does it tell you about the rules R follows?
Computers only do
Exactly
what you tell them to do
Jump to Appendix A - letʻs try to understand some rules of R together
Goals
Creativity
Accuracy
Authority
Repeatability
Communication
Ease of dissemination to other researchers
Show me, donʻt tell me
Tools
Our senses
Notebooks and Pens
Excel
Command Line (UNIX/ Windows/ File Commands in your operating system)
R
Git/GitHub
Quarto/Rmarkdown
and many more…
Data Science
Need
Tools
Observe -> Record Data -> Data Table
Notebooks
Document -> Comment (annotate)
R
Project -> Version Control -> Share
Git/GitHub
Communicate
R/ Quarto
Software
Do you have R installed and working? (R studio is optional)
For a longer walk-through here is another resource:
Introduction to R/Rstudio
Git/GitHub: Please Install. Letʻs follow
Introduction to Git/GitHub