Augmented Dynamic Adaptive Model (ADAM) for Daily Seasonal Data

September 18, 2025 | Selcuk Disci

I have modeled the BIST 100 index to build predictive intervals. Because the data has daily seasonality, I preferred the modeltime::adam_reg function. I did not use the timetk::step_timeseries_signature function because the model cannot process too many exterior regressors, and the algorithm captures the trend and seasonality ...
[Read more...]

Phoenician colonization

September 17, 2025 | Michael

Figura de Astarté – Museo Arqueológico de Sevilla, Public domain, via Wikimedia Commons I was reading Phoenician colonization from its origin to the 7th century BC (Manzano-Agugliaro et al. 2025) and thought it was an interesting dataset, but alas: it is split in four tables, behind a javascript redirect (wtf Taylor & ...
[Read more...]

Introducing admiralneuro!

September 14, 2025 | Miles Almond

Introduction {admiralneuro} joins the family as the latest {admiral} extension package. The package supports neurological disease areas, with the initial release of version 0.1.0 focusing on Alzheimer’s disease. The package was born out of a ...
[Read more...]

Introducing admiralneuro!

September 14, 2025 | Miles Almond

Introduction Neuroscience Extension Package for ADaM in R Asset Library • admiralneuro {admiralneuro} joins the family as the latest admiral {admiral} extension package. The package supports neurological disease areas, with the initial re...
[Read more...]

Exploring {ggplot2}’s Geoms and Stats

September 14, 2025 | Stat's What It's All About

Code library(tidyverse) library(patchwork) library(gt) # sysfonts::font_add_google(name = "fira code") # showtext::showtext_auto() knitr::opts_chunk$set(collapse = TRUE, comment = "#__", dev = "ragg_png") In celebration of the release of {ggplot2} 4.0.0 🥳, I wanted to explore the relationships between the geometric objects (“geoms”) and statistical transformations (“stats”) that ...
[Read more...]
1 27 28 29 30 31 2,230