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...]

Level Up Your R/Shiny Team Skills with Our Free Ebook

February 21, 2024 | Appsilon

Are you eager to take your R/Shiny expertise to the next level? Dive into our comprehensive ebook, “Leveling Up Your R/Shiny Team Skills,” alongside our personalized workshops, designed to equip you and your team with the tools necessary to excel in the dynamic realm of data science, particularly ...
[Read more...]

Du Bois Visualization Challenge 03

February 21, 2024 | Michael

Acres of land owned by negroes in Georgia – 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. Setup library(tidyverse) library(janit...
[Read more...]

Du Bois Visualization Challenge 03

February 21, 2024 | Michael

Acres of land owned by negroes in Georgia – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. https://github.com/ajstarks/dubois-data-portraits/tree/master/challenge/2...
[Read more...]

rscopus_plus: An extension of the rscopus package

February 20, 2024 | R on Pablo Bernabeu

Sometimes it’s useful to do a bibliometric analysis. To this end, the rscopus_plus functions (Bernabeu, 2024) extend the R package rscopus (Muschelli, 2022) to administer the search quota and to enable specific searches and comparisons. scopus_search_plus runs rscopus::scopus_search as many times as necessary based on the ...
[Read more...]

Moju-kapu(モジュカプ)Modular Encapsulation

February 20, 2024 | shikokuchuo

Introduction Moju-kapu (モジュカプ) is shorthand for modular encapsulation (モジュラーカプセル化). It is a software design paradigm which emphasises the inherent balance in building effective stand-alone tools that together form entire integrated systems. It requ...
[Read more...]
1 30 31 32 33 34 2,118