How to make a professionally sexy quarto presentation | Jilly MacKay
For posit\:\:conf(2023) I spent a ridiculous amount of time formatting my quarto slides and figuring out how to host them (easily) on github pages. This post summarises that process.
Building ggplot2 colour palettes, the UoEColouR package case study | Jilly MacKay
I visit Emil Hvitfeldt’s excellent resource cataloguing ggplot2 colour palettes at least once a week, and I usually go back to the same two packages (Nord and LaCroixColoR). The last few times I visited I’ve noticed a link to Simon J’s tutorial for making your own package.
I really can’t believe I spoke at posit::conf(2023)!.
Virtual attendance posit::conf(2023) used discord and streamed talks to provide a virtual stream and I have to say I think it worked really well.
Snap Slides: a Lightweight HTML Presentation Framework - Yihui Xie | 谢益辉
I do not remember when or how I first encountered the CSS Scroll Snap technique, but when I saw it, one thing came to my mind immediately: can we use this technique to make slides? (Spoiler: the …
The R Journal: Non-Parametric Analysis of Spatial and Spatio-Temporal Point Patterns
The analysis of spatial and spatio-temporal point patterns is becoming increasingly necessary, given the rapid emergence of geographically and temporally indexed data in a wide range of fields. Non-parametric point pattern methods are a highly adaptable approach to answering questions about the real-world using complex data in the form of collections of points. Several methodological advances have been introduced in the last few years. This paper examines the current methodology, including the most recent developments in estimation and computation, and shows how various R packages can be combined to run a set of non-parametric point pattern analyses in a guided and intuitive way. An example of non-specific gastrointestinal disease reports in Hampshire, UK, from 2001 to 2003 is used to illustrate the methods, procedures and interpretations.
For their research on tattoos and choice, Bradley Ruffle and Anne Wilson provide the dataset for perusal: Survey and experimental evidence documents discrimination against tattooed individuals in t…
Rebecca Barter - An introduction to Python for R Users
I have a confession to make: I am now a Python user. Don't judge me, join me! In this post, I introduce Python for data analysis from the perspective of an R (tidyverse) user.