Book Review – Pandas Workout

February 12, 2025 | Jonathan Carroll

Python seems to be everywhere these days, and I’m really into learning languages, so it should come as no surprise that I’m learning a lot of Python. This post serves as a review of Pandas Workout as well as a ‘first impression’ review of the Pandas a...
[Read more...]

Is CRAN Holding R Back?

February 12, 2025 | Ari Lamstein

Today the R package acs was recently “archived” from CRAN. This led to the choroplethr package (which I maintain) also being “archived”. I write “archived” in quotes because CRAN stands for “Comprehensive R Archive Network”: everything on it is part of an archive and it appears that nothing is ever ... [Read more...]

A First Look at TimeGPT using nixtlar

February 11, 2025 | Joseph Rickert

This post is a first look at Nixtla’s TimeGPT generative, pre-trained transformer for time series forecasting using the nixtlar R package. As described in Garza et al. (2021), TimeGPT is a Transformer-based time series model with self-atten...
[Read more...]

Bootstrap vs Standard Error Confidence Intervals

February 10, 2025 | R on Jason Bryer

During a recent class a student asked whether bootstrap confidence intervals were more robust than confidence intervals estimated using the standard error (i.e. \(SE = \frac{s}{\sqrt{n}}\)). In order to answer this question I wrote a function to simulate taking a bunch of random samples from a population, ... [Read more...]

Kerning and Kerning in a Widening Gyre

February 6, 2025 | R on kieranhealy.org

This post summarizes an extended period of deep annoyance. I have tried to solve the problem it describes more than once before and not quite done it. This has, in fact, happened again. I have still not satisfactorily solved the problem. But this time I know why I can’t ... [Read more...]

Setting up VScode for R and Cline

February 6, 2025 | Bluecology blog

Setting up VScode for R and Cline Cline lets you create and run entire workflows via using prompts to a large language model. Its not widely used in the R community yet, but I expect it will be soon. You can create your entire R project, interpret the... [Read more...]

Simpson’s Paradox in a Logistic Regression

February 6, 2025 | Nina Zumel

Simpson’s paradox is when a trend that is present in various groups of data seems to disappear or even reverse when those groups are combined. One sees examples of this often in things like medical trials, and the phenomenon is generally due to ...
[Read more...]

Inflation in mediaeval China

February 5, 2025 | datascienceconfidential - r

In this post, I would like to draw attention to a very interesting data set collected by Guan, Palma and Wu as part of the replication package for their paper The rise and fall of paper money in Yuan China, 1260-1368. The paper describes inflation, mon...
[Read more...]

New version of package gDefrag

February 5, 2025 | Frederico Mestre

We have developed a new version of the gDefrag package. The previous version has been retired from CRAN due to dependencies on outdated packages. This updated version is still under development and may contain limitations. Please exercise caution when using it. I have just uploaded a new version of the ...
[Read more...]

Crane 1.0.0 released!

February 4, 2025 | Open Analytics

Publishing is an integral part of the data analysis process. Whether it’s in the form of code, reports or technical documentation, at some point artifacts need to be shared. More often than not, such artifacts are confidential and their access n...
[Read more...]

Working with Time to battle Baby Amnesia

February 3, 2025 | John Russell

Battling first child amnesia I am a father of two sons; one 4.5 years old, and the other is but a few months. This may seem weird, but even though I went through everything with my first son… I have complete amnesia about what was normal, what ...
[Read more...]
1 20 21 22 23 24 2,188