Filter out the noise!

February 25, 2024 | Edoardo Mancini

Introduction Filtering and merging datasets is the bread and butter of statistical programming. Whether it’s on the way to an ADaM variable derivation, or in an effort to pull out a list of patients matching a specific condition for a TLG, or...
[Read more...]

ISCR 17th Annual Conference 2024

February 25, 2024 | Pooja Kumari

ISCR 17th Annual Conference 2024 Pic 1: ISCR 17th Annual Conference 2024 Indian Society for Clinical Research (ISCR), launched in June 2005, is a not-for-profit professional association of all stakeholders in clinical research. ISCR host...
[Read more...]

I Patched R to Solve an Exercism Problem

February 25, 2024 | Jonathan Carroll

With a serious yak shaving deviation, I have a really short “cheat” solution to one of the featured Exercism problems. It’s been a really insightful journey getting to this point, and as always I’ve learned a lot along the way. The fact that I was able to understand ...
[Read more...]

Du Bois Visualization Challenge 04

February 25, 2024 | Michael

Routes of the african slave trade – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. See the challenge presentation. This week, the data provided1 don’t match the visualization. So we are free to be more ...
[Read more...]

Du Bois Visualization Challenge 04

February 25, 2024 | Michael

Routes of the african slave trade – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. See the challenge presentation. This week, the data provided1 don’t match the visualization. So we are free to be more ...
[Read more...]

Results of the 2023 survey

February 25, 2024 | Aljaž Sluga

Thanks to everyone who helped create, shared, or filled out the first data.table survey! The survey was officially open between October 17 and December 1 and it received 391 responses during this time. This post provides a partial summary of the ...
[Read more...]

Results of the 2023 survey

February 24, 2024 | Aljaž Sluga

Thanks to everyone who helped create, shared, or filled out the first data.table survey! The survey was officially open between October 17 and December 1 and it received 391 responses during this time. This post provides a partial summary of the...
[Read more...]

merely fiddlin

February 24, 2024 | xi'an

For any positive, base-10 integer N, define f(N) as the number of times you have to add up its digits until you get a one-digit number. Find the smallest whole number N such that f(N) = 4. Fiddler on the Proof Although I first gave in to the R brute ...
[Read more...]

How to create diverging bar plots

February 24, 2024 | Albert Rapp

In today’s blog post, we are going to create an elaborate diverging bar chart. Namely, we are going to create this plot here: As you can see in the caption of this image, this plot was originally created by the PEW Research Center. Here, we use...
[Read more...]

Phylogenetic smoothing using mgcv

February 23, 2024 | GAMbler

I have been highly interested in multivariate time series modeling for the last few years and have spent a lot of time working out how to use hierarchical GAMs to tackle many of the questions I’m interested in. As you may already know, GAMs affor...
[Read more...]

Recap: R Validation Hub Community Meeting

February 23, 2024 | R Consortium

Join the R Validation Hub mailing list! The recent R Validation Hub Community meeting brought together around 50 participants to explore the concept of “validation” within the R programming ecosystem.... The post Recap: R Validation Hub Community Meeting appeared first on R Consortium.
[Read more...]

Parsing phone numbers with Rust and R

February 22, 2024 | David Schoch

On my bucket list for 2024 is to learn a bit of Rust. After reading (well skimming…) THE BOOK and doing a few experiments, I wanted to give it a try to incorporate some Rust code in an R package. I chose to wrap the phonenumber crate to parse ph... [Read more...]
1 29 30 31 32 33 2,118