Looking for a workshop you missed or want to review?
Find a title below. Current Penn students, staff, and faculty can watch a recording and get the latest reference/practice materials.
This introductory workshop is intended for Penn undergraduate students, graduate students, predocs, postdocs, faculty, and staff who are new to digital tools with object-oriented programming (designing code around data). The session is suited to learners interested in using R for assignments, research, teaching, service, or the job market. This workshop provides an orientation to R and RStudio as a step toward understanding R code and supporting data analysis (systematically handling and interpreting data) in R.
After this workshop, learners should be able to
This workshop is intended for Penn undergraduate students, graduate students, predocs, postdocs, faculty, and staff who have begun programming in R and want to work with real-world data. The session is suited to learners interested in using R for assignments, research, teaching, service, or the job market. This workshop provides techniques for organizing both numeric (numbers) and character (text) content in R such that learners could generate outcomes from standard statistical or machine learning models.
After this workshop, learners should be able to
install.packages(c("dplyr", "tidyr", "plyr"))
This workshop is intended for Penn undergraduate students, graduate students, predocs, postdocs, faculty, and staff who work in R and share or present their work in formatted documents. The session is suited to learners interested in using R Markdown for assignments, research, teaching, service, publication, or the job market. This workshop offers techniques for formatting text, citations, code, and figures in RStudio such that learners could produce submission-ready papers, presentations, websites, and more.
After this workshop, learners should be able to
install.packages(c("ggplot2", "kableExtra", "rmarkdown", "stargazer"), dep = TRUE)