Jan 2024
If you have trouble with any of the steps below you can get help in class, or you can ask in (venue TBA)
Install and run the free (and open-source) program R
from the links at the top of the
Comprehensive R Archive Network.
Install and run the free and open-source R development
environment RStudio
from the Download button at the RStudio web site. You should get
the “desktop” version. (If you already have a preferred R coding
environment you’re welcome to use it instead.)
install the tidyverse
suite of R packages:
install.packages("tidyverse")
Unless you already have one, sign up for a github account (click the big green “Sign up for GitHub” button)
e-mail your GitHub account name to bio708qmee@gmail.com
An introduction to the R environment, and some basic principles of scripting and programming
Participants will install and run R, write a script, and read some data
The official Introduction to R on the R manuals page
Course material
Our goal for Thursday’s class is to set up repos, experiment with committing, pushing and pulling, and share with the instructors.
bio708qmee@gmail.com
,
if you haven’t already done so.QMEE
@dushoff
) and Ben Bolker
(@bbolker
) as collaborators (Settings
>
Collaborators
(left margin) >
Add collaborator
)README.md
file in your course repo describing it. Please
give us some context for the data and describe the
biological questions you would hope to answer (if you
also want to translate your biological questions into statistical
questions that’s fine, but you should always start by framing the
biological questions; the translation from biological to statistical
questions is one of the hardest parts of data analysis).Input some piece of this data (use some public data set if your real
data set is not quickly available) into R
, and do a
substantive calculation using the data. You should upload a text file or
spreadsheet, and an R script that reads it and does the calculation. You
should confirm that these work by running them from beginning to end in
a clean R session (in RStudio you can “Restart R”, then
“Run All” from the “Run” icon above the script window) before submitting
by emailing the name of your main script to us at bio708qmee@gmail.com.