R
was one of the first programming languages I learned and fell in love with. My introduction to R
came when I took a statistics course in graduate school circa 2008. I was immediately hooked on the complexity and beauty of expressing ideas as code and to create data analyses and software.
After 15 years working with R
, in May 2023 I designed and taught my first workshop covering beginner basics of R
and focusing on examples for data wrangling
, visualization
and multivariate modeling
. The full course spans 14 hours of material culminating with an introduction to making reproducible reports
with quarto
and using AI code generation
tools.
Go to course
This course covers the major topics for beginners to get started with R programming for data analysis and visualization.
Topics:
- How to get up and running with R using the Rstudio
- Understand R data types and functions
- Use data frame manipulation to wrangle data
- Visualize and plot with ggplot2 and plotly
- Exploratory Data Analysis
- Put it all together by creating a reproducible data analysis reports
- Use AI tools to improve your code