Studying network variants with electroencephalography
A research project I lead investigating how similar functional brain networks are between and within individuals.
A research project I lead investigating how similar functional brain networks are between and within individuals.
Provides the collection of data sets used in the book “Applied longitudinal data analysis: Modeling change and event occurrence” by Singer and Willet (2003), along with articles demonstrating how to recreate examples from the textbook in R, and tips and tricks for working with longitudinal data.
Provides a comprehensive library for colour vectors and colour palettes using a new family of colour classes (palettes_colour
and palettes_palette
) that always print as hex codes with colour previews. Capabilities include: formatting, casting and coercion, extraction and updating of components, plotting, colour mixing arithmetic, and colour interpolation.
Play Voicelines from the video game Deep Rock Galactic in R.
A workshop I lead on creating websites with R Markdown.
The PSYC 617 lab covers applications of univariate and multivariate statistics to research design and analysis with R.
The PSYC 615 lab covers applications of the general linear model to research design and analysis with R.
The distilltools package is collection of tools to support the creation and styling of content on websites created using the distill package in R.
The goal of the soda package is to allow you to programmatically access a wealth of open data resources from governments, non-profits, and NGOs around the world using the Socrata Open Data API (SODA) or Discovery API. This package is in very early development.
Tidy Tales is a data science blog meant to demonstrate the skills needed in a typical data science project. Namely, wrangling, visualizing, modelling, and communicating data, all with the assistance of programming.
A workshop I lead on writing reproducible manuscripts in R Markdown.
A talk I gave on how to get started doing reproducible science.
A wrapper for the <audio>
and <video>
HTML commands in R. It allows you
to embed multimedia files in HTML documents generated by R using R code
instead of raw HTML. Its functions also include arguments for including
placeholder text instead of embedded multimedia files when generating non-HTML
documents in R.
By Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani