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

data analysis

Introduction to Survival Analysis in R

Survival analysis models time-to-event outcomes. This workshop introduces usage of the survival package in R for some of the most commonly used survival methods. Topics include data setup, Kaplan-Meier estimates…

Scientific Visualization with Paraview

Paraview is an open-source cross-platform program for interactive scientific visualization. Paraview can run as a stand-alone visualization tool, as well as in a client-server fashion for remote visualization. In this…

Jupyter Advanced Topics

This short class will illustrate several powerful tools and features that can enhance one’s experience with Jupyter notebooks. The interactive demonstrations will include a brief overview of plotting tools and…

Using SQL with Python for Data Analysis

SQL is a standard language designed to query and extract data from tables stored in a database.  Python, on the other hand, has well-known libraries specially designed for data analysis…