R Programming Workshops : Workshop Series
Content from R programming workshops offered by the UW-Madison Libraries
Campus Resources
- Data Science HubUW-Madison Data Science Hub in the Wisconsin Institute for Discovery provides data science training and consultations.
- CALS Statistical Consulting LabProvides UW-Madison faculty, staff, and students with assistance in the statistical aspects of research.
- Social Science Computing Cooperative (SSCC)SSCC offers both in-person classes and online curriculum that you can work through on your own.
- UW-Madison Carpentries CommunityJoin the UW-Madison Carpentries Community of researchers who teach software engineering and data analysis skills to other researchers.
Your Librarian
Heather Shimon
she/her
Contact:
Science & Engineering Libraries | Steenbock Library | heather.shimon@wisc.edu
I am happy to schedule virtual appointments!
I am happy to schedule virtual appointments!
Data Librarian
Workshop Information
UW-Madison Libraries and Ebling Library are offering workshops on R programming for researchers. The intended audience is anyone at UW-Madison who is working with tabular research data (including graduate students, faculty, research staff, and undergraduate researchers) and would like to learn how to automate data processing using the R programming language. The content is based heavily on the R Ecology Data Carpentry content, but will cover useful skills for anyone working with tabular data.
Please email Heather Shimon, heather.shimon@wisc.edu with questions or to be added to our email list for updates.
Why Learn R?
Learning any programming language is not trivial. So why should researchers use their limited time to do so?
- Coding in any language will make the analysis that you do more reproducible and repeatable. With R, you can share executable scripts with colleagues and run the same analyzes on similar datasets.
- R is widely used for research computing. R has over 10,000 packages that add discipline-specific functionality.
- These packages allow R to import a variety of data types, from tabular and geospatial data, to text and genomic sequences.
- R also produces high quality, publication ready graphs.
- R is free, open source and cross platform, allowing you to take it to any organization you may work at in the future.