Is this still Weather or is it already Climate? Decoding Chaos!
Explains the difference between weather and climate using chaos theory and the Lorenz system, with R code examples.
Explains the difference between weather and climate using chaos theory and the Lorenz system, with R code examples.
Analyzing a 1990s benchmark comparing R, S, and C performance, and revisiting it on modern hardware to discuss speed improvements and limitations.
A guide to manually generating predicted values for logistic regression using matrix multiplication in R, as an alternative to the predict() function.
A technical guide to performing multilevel multinomial conjoint analysis using R, Bayesian modeling, and statistical packages.
A technical guide on computing kurtosis and its standard error using R's survey package, including function creation and delta method application.
A tutorial on fixing overplotted points on maps by creating filled density gradients using R, ggplot2, and the sf package for geographic data.
A technical guide on using R, brms, and marginaleffects packages to perform conjoint analysis for statistical research.
A tutorial on automating the creation of consistent ggplot2 graphics for different data subsets using the purrr package in R.
A technical tutorial on using R to analyze and visualize personal Google Location History data, using a 5,000-mile road trip as a case study.
Discusses the conceptual problem of inheritance in object-oriented programming for statistical methods, using R's lm and glm classes as examples.
A technical tutorial on using R and OpenStreetMap to create custom, data-driven maps for planning and visualizing a complex road trip route.
A technical guide on using R to convert smartphone spherical panoramas into hemispherical images for canopy analysis, including code and workflow.
A tutorial on performing Bayesian proportion tests for categorical survey data using R and the {brms} package.
A technical exploration of using pairwise likelihood in linear mixed models with complex sampling, comparing results from svylme and lme4 packages.
The creator of the popular R package 'installr' is seeking a new maintainer due to a personal shift away from Windows OS.
A tutorial on creating maps of Tolkien's Middle Earth using R, the {sf} package, and {ggplot2} for GIS data visualization.
A statistical analysis using R and Bayesian modeling to convert Aragorn's Dúnedan age from Lord of the Rings into equivalent human years, based on Tolkien's writings.
Introducing the starBliss R package for creating custom, framed constellation maps based on location and date using ggplot2.
A tutorial on visualizing mixed effect regression models and their uncertainty using non-parametric bootstrapping in R with ggplot2.
An overview of open-source tools for annotating time series data, including their features, maintenance status, and use cases.