We offer in-person workshops (see below), but when those aren't scheduled, check out our web-based tutorials and videos via the links on the left or below. Topics include R, Python, SPSS, and Excel.
Upcoming Workshops
See all HSL Research & Data Services workshops
See more workshops from University Library's Research Data Services + Sciences and UVA Research Computing.
R Training Materials and Tutorials from the Health Sciences Library
Tutorials
Additional R Training Resources
Online Courses
Guides and Cheat Sheets
RStudio Software at UVA
RStudio is freely available to download and use, but it is also installed in the Health Sciences Library's Carter Classroom (first level). It also is available through UVA Labs and Classrooms (locations with RStudio), as well as the UVA RemoteApps service.
ChatGPT Data Analysis
Software Installations:
Prior to your first workshop session, please follow the instructions below to install necessary software and to set-up your physical space.
R and RStudio are separate downloads and installations. R is the underlying statistical computing environment, but using R alone is no fun. RStudio is a graphical integrated development environment that makes using R much easier. You need R installed before you install RStudio.
We recommend the most recent version of R, 4.3.1. Download and install it for Windows or Mac. If you have a previous R installation, please check the version by opening R and typing R.version. If you have an older Mac OS, download the latest pkg file for your appropriate version of Mac OS.
Download and install RStudio Desktop version 2023.03.0-386
Lastly, we will need to install several core packages needed for most lessons.
a) Launch RStudio (RStudio, not R itself). Ensure that you have internet access, then copy and paste the following 2 commands, one-at-a-time, into the Console panel (the lower-left panel, by default) and run the command (ctrl+Enter key on Windows, Cmd+Enter key on Mac).
install.packages("tidyverse")
A few notes:
Check that you’ve installed everything correctly by closing and reopening RStudio and entering the following command at the console window.
library(tidyverse)
Don’t worry about any messages that look something like the following objects are masked from ...
, or Warning message: package ... was build under R version ...
Running the library(tidyverse) code may produce some notes or other output, but as long as you don’t get an error message, you’re good to go.
If you see output like this:
everything installed properly and is working. You are all set!
If you get a message that says something like: Error in library(somePackageName) : there is no package called 'somePackageName'
, then the required packages did not install correctly. Please do not hesitate to email the instructors prior to class if you are still having difficulty. In your email, please copy and paste what you typed in the console, and all of the output that streams by in the console.
Physical Space:
Because of these workshops’ online format, here are the best options for following along during class sessions. Most of the workshop consists of live coding, so the challenge will be how to simultaneously view the instructor’s screen and your screen given that the RStudio window is large and landscape format.
Please do not hesitate to email the instructors prior to class if you have questions about how best to set up your workspace.
Software Installations:
Prior to your first workshop session, please follow the instructions below to install necessary software and to set up your physical space.
You must install both R and RStudio: each are separate downloads and installations. R is the underlying statistical computing environment, but using R alone is no fun. RStudio is a graphical integrated development environment that makes using R much easier. You need R installed before you install RStudio.
1. R: We recommend the most recent version of R, 4.3.1. Download and install it for Windows or Mac. If you have a previous R installation, please check the version by opening R and typing R.version. If you have an older Mac OS, download the latest pkg file for your appropriate version of Mac OS.
2. RStudio: Download and install RStudio Desktop version 2023.03.0-386
3. tidyverse package: Lastly, we will need to install several core packages needed for most lessons.
a) Launch RStudio (RStudio, not R itself). Ensure that you have internet access, then copy and paste the code for the following 2 commands, one-at-a-time, into the Console panel (the lower-left panel, by default).
First, copy and paste this code: install.packages("tidyverse")
Run this code by using ctrl+Enter key on Windows or Cmd+Enter key on Mac.
A few notes:
Commands are case-sensitive.
You must be connected to the internet.
Even if you’ve installed these packages in the past, re-install the package to download the most recent version. Many of these packages are updated often, and we may use new features in the workshop that aren’t available in older versions.
If you’re using Windows you might see errors about not having permission to modify the existing libraries – disregard these. You can avoid this by running RStudio as an administrator (right click the RStudio icon, then click “Run as Administrator”).
b) Check that you’ve installed everything correctly by closing and reopening RStudio.
c) Now, copy and paste this code in the console window and run: library(tidyverse)
Don’t worry about any messages that look something like the following objects are masked from ..., or Warning message: package ... was build under R version ...Running the library(tidyverse) code may produce some notes or other output, but as long as you don’t get an error message, you’re good to go.
If you see output like this:
everything installed properly and is working. You are all set!
d) If you get a message that says something like: Error in library(somePackageName) : there is no package called 'somePackageName', then the required packages did not install correctly. Please do not hesitate to email the instructors prior to class if you are still having difficulty. In your email, please copy and paste what you typed in the console, and all of the output that streams by in the console.
Physical Space:
Because of these workshops’ online format, here are the best options for following along during class sessions. Most of the workshop consists of live coding, so the challenge will be how to simultaneously view the instructor’s screen and your screen given that the RStudio window is large and landscape format.
Please do not hesitate to Ask Us prior to class if you have questions about how best to set up your workspace.
Excel Bites Workshops Sep-Oct 2024
Sample Excel File for all sessions
Recorded Excel Workshops
Recordings of previous "Excel Bites" (short, bite-sized Excel tutorials for beginners) are available below. For the accompanying handouts and exercises, see the links above.
Additional Excel Training Resources
Excel and other Microsoft training is available through these UVA subscriptions:
SPSS Workshop Materials
Introduction to SPSS (2014) posted materials from a previous workshop by UVA Library Research Data Services)
Additional SPSS Training Resources
There are many excellent online resources for learning SPSS:
SPSS Software at UVA
There are several options for accessing SPSS at UVA for faculty, staff, students and sponsored accounts
Currently Offered:
Past Workshops: