Skip to Main Content
UCLA Logo Institute for Digital Research and Education

R

Introduction to Linear Regression in R

This workshop teaches the basics of the linear regression model, the foundation for most other regression models. Topics include understanding the model equation, continuous and categorical predictors, interpreting the model…

Introduction to Programming in R

This workshop is an introduction to R as a programming language. The aim of this workshop is to improve programming skills of R users who have some familiarity with R…

R Data Management

This workshop explores tools in R for data management, with a focus on the several of the packages in the “tidyverse” collection. Topics covered include summarizing variables, subsetting rows and…

Hoffman2 Happy Hour: R and Python

This Hoffman2 Happy Hour is designed to equip participants with the knowledge and skills to harness the power of High-Performance Computing (HPC) for data analysis. The workshop focuses on two…

R Graphics: Introduction to ggplot2

This workshop teaches the “grammar” of graphics that underlies the ggplot2 package, allowing the user to build eye-catching, publication-quality graphics layer-by-layer. We cover the basic elements of the grammar of…

Decomposing and Visualizing Interactions in R

In regression, we are often interested in an interaction, which is the modification or moderation of the effect of an independent variable by another. Understanding interactions involves interpreting the regression…

Missing Data in R

The purpose of this seminar is to discuss techniques and introduce some useful packages in R for handling missing data. In particular, we will focus on multiple imputation and how…

Introduction to Regression in R

This seminar will introduce some fundamental topics in regression analysis using R in three parts. The first part will begin with a brief overview of the R environment, and then…

Introduction to R

This workshop introduces the functionality of R, with a focus on data analysis. Topics include: using RStudio, R coding basics, importing and cleaning data, simple data analysis functions, and brief…

Hoffman2 Happy Hour: Using Anaconda on Hoffman2

Anaconda (https://www.anaconda.com/) is a distribution of R and Python that can be used to easily install many popular data science, biostats, and other packages. This Hoffman2 Happy Hour will go…