Little useless-useful R functions – Honest geographical location signposts
An R tutorial using OpenStreetMap to verify distances on geographical signposts, finding the true location via circle intersections.
An R tutorial using OpenStreetMap to verify distances on geographical signposts, finding the true location via circle intersections.
A long-time Stack Overflow member explains why he left the platform after 15 years due to gatekeeping and lack of empathy.
A fun R programming tutorial for creating a desk plant simulator game with ASCII art and daily care mechanics.
An R function to find palindrome dates across multiple international date formats within a specified range.
Announcement of the second edition of a data visualization book, updated for modern R and ggplot, with discussion on LLMs in coding.
Explores a robust location estimator (Tukey's shorth) through simulation, examining its asymptotic normality and efficiency compared to the mean and median.
Explains that svyglm uses robust standard errors, detailing the statistical theory and variance estimation for survey data.
A technical tutorial explaining core R Shiny concepts like reactivity, UI components, and modules with code examples.
Announces 15 new free R programming books added to the Big Book of R collection, covering data visualization, machine learning, statistics, and databases.
Announces 9 new free and paid books added to the Big Book of R collection, covering data science, visualization, and package development.
A tutorial on using the R package {blastula} to create and send automated emails with dynamic content and HTML formatting.
A comparison of the native Base R pipe (|>) and the {magrittr} pipe (%>%), covering their syntax, strictness, and use cases for data analysis.
Announces 7 new free R programming books added to the Big Book of R collection, covering topics like machine learning, data science, and software engineering.
A guide to methods and R implementations for comparing spatial patterns in raster data, covering continuous and categorical data for overlapping and arbitrary regions.
A technical guide to methods for comparing spatial patterns in raster data, focusing on analysis using R for both continuous and categorical data.
The Big Book of R adds five new free, open-source books covering R programming for production, survey analysis, causal inference, biodiversity data, and natural resources.
A technical tutorial on creating interactive data tables by web-scraping with R's rvest package and styling with reactable.
A tutorial on creating interactive, production-grade tables in R using the reactable and reactablefmtr packages.
A tutorial on the six most fundamental R functions for data cleaning, using the tidyverse and palmerpenguins dataset.
Explains a crucial flaw in using boxplots for data visualization and suggests better alternatives.