Bayesian Linear Regression in R: A Step-by-Step Tutorial

March 14, 2026 | rprogrammingbooks

Bayesian linear regression is one of the best ways to learn Bayesian modeling in R because it combines familiar regression ideas with a more realistic treatment of uncertainty. Instead of estimating a single fixed coefficient for each parameter, Bayesian methods estimate full probability distributions. That means we can talk about ... [Read more...]

Is Your Dashboard User Friendly?

March 12, 2026 | The Jumping Rivers Blog

For a while we, at Jumping Rivers, have offered a Dashboard Health Check (DHC) largely focused around backend features and other facets the end-user doesn’t see: things like version control, documentation and deployment. However, the DHC also included a few checks related to user experience and accessibility. While we’...
[Read more...]

MBBEFDLite has its mature release

March 10, 2026 | Avi

The MBBEFD Distribution After two years, the MBBEFDLite package for R is finally mature! As a brand-new actuary, in my first job, I had the privilege of working with Dr. Stefan Bernegger at Swiss Reinsurance. Albeit I did not have much to do with him—I was a one-exam, no ...
[Read more...]

Sharing data across shiny modules, an update

March 10, 2026 | Colin Fay

You can read the original post in its original format on Rtask website by ThinkR here: Sharing data across shiny modules, an update Some people have recently been vocal about misuses of the “stratégie du petit r”, a mechanism for sharing data across {shiny} modules that was detailed both ...
[Read more...]

Breaking Release of the patentsview R Package

March 9, 2026 | rOpenSci

The patentsview R package was created by Chris Baker to simplify interactions with the PatentsView API as announced in Chris’ blog post in 2017. The API can be queried for data from US patents granted since 1976 as well as patent applications si... [Read more...]

Using Quarto to Write a Book

March 9, 2026 | Kieran Healy

I’ve spent the last couple of months revising my Data Visualization book for a second edition that, ideally, will appear some time in the next twelve months. As with the first edition, I’ve posted a complete draft of the book at its website...
[Read more...]

Leptodon 1.0.0 released!

March 9, 2026 | Open Analytics

We are releasing the first version of Leptodon, our Leptos UI toolkit, into the wild. This release of Leptodon contains UI components for general application development. However, the end goal is to make Leptodon capable enough to easily build comple...
[Read more...]

eSports Analytics in R: Predicting Dota 2 Matches

March 6, 2026 | rprogrammingbooks

eSports analytics is still an underexplored area in the R ecosystem, which makes it a great niche for practical, original work. While football, basketball, and betting models already have strong communities, competitive games such as Dota 2 and Counter-Strike offer rich event data, fast feedback loops, and interesting prediction problems. In ... [Read more...]
1 2 3 2,222