iamdonovan / intro-to-r

Introduction to programming in R for PhD Researchers

Home Page:https://iamdonovan.github.io/teaching/r-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder

programming skills for phd researchers

The aim of this workshop is to provide PhD Researchers with skills and experience to use programming tools for specialized and reproducible analysis. The topics covered include (but are not limited to):

  • Introduction to version control using git
  • Introduction to the R programming language
  • Reading and understanding error messages to fix issues
  • Plotting data using ggplot2
  • Basic statistical analysis using R
  • Project organization and “tidy” data

getting started

If you have already installed git and conda, you can clone this repository to your computer, then set up the necessary conda environment using the environment.yml file provided.

If that sounds like complete nonsense to you, or you have no idea where to start to install those files, you can find more detailed instructions on the workshop webpage.

About

Introduction to programming in R for PhD Researchers

https://iamdonovan.github.io/teaching/r-programming

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.0%Language:R 0.5%