الاثنين، 19 فبراير 2024

Level Up Your Data Wrangling: Adding Index Columns in R like a Pro!


Introduction

Data wrangling in R is like cooking: you have your ingredients (data), and you use tools (functions) to prepare them (clean, transform) for analysis (consumption!). One essential tool is adding an “index column” – a unique identifie...
Continue reading: Level Up Your Data Wrangling: Adding Index Columns in R like a Pro!


http://dlvr.it/T2xdrT

Introduction to Clinical Tables with the {gt} Package


{gt} is an R package for displaying tables. Designed to bridge the gap between data analysis and publication-quality output, it is perfect for generating clinical tables ready for publication. {gt} introduces a comprehensive, intuitive syntax for table creation, allowing users to craft detailed, aesthetically pleasing tables. It divides table components ...


Continue reading: Introduction to Clinical Tables with the {gt} Package


http://dlvr.it/T2xdYZ

الجمعة، 16 فبراير 2024

Tame your namespace with a dash of suggests


You can read the original post in its original format on Rtask website by ThinkR here: Tame your namespace with a dash of suggests

We’ve all felt it, that little wave of shiver through our skin as we watch the check of our newest commit running, thinking “Where could ...


Continue reading: Tame your namespace with a dash of suggests


http://dlvr.it/T2rX7k

الخميس، 15 فبراير 2024

Discrimination by proxy (a real case study)


Yesterday, with Laurence Barry, we posted a blog post “Who benefits from data sharing?” explaining why data sharing, in insurance, could end mutualization. Actually, it can also be bad in the context of discrimination. Consider here the same dataset, with claim occurence, in a real insurance portfolio, library(InsurFair) library(...


Continue reading: Discrimination by proxy (a real case study)


http://dlvr.it/T2pg2D

Introducing rOpenSci Champions – Cohort 2023-2024


The rOpenSci Champions Program starts this 2024 with a new cohort of Champions. We are pleased to introduce you to our Champions and their projects!


Ezekiel Adebayo Ogundepo


Ezekiel Adebayo Ogundepo - GBG Analytics Limited


Hello, I’m Ezekiel...
Continue reading: Introducing rOpenSci Champions – Cohort 2023-2024


http://dlvr.it/T2pfsD

Conquering R’s Apply Family: Your Guide to apply(), lapply(), sapply(), and tapply()


Introduction

Welcome, fellow R warriors! Today, we delve into the heart of vectorized operations with R’s “apply” family: apply(), lapply(), sapply(), and tapply(). These functions are your secret weapons for efficiency and elegance, so buckle u...
Continue reading: Conquering R’s Apply Family: Your Guide to apply(), lapply(), sapply(), and tapply()


http://dlvr.it/T2p3JB

Unlocking the Power of R for Insurance and Actuarial Science: Webinar Series Recap


The R Consortium recently hosted a webinar series tailored specifically for insurance and actuarial science professionals. This series, called the R/Insurance webinar series, led by experts Georgios Bakoloukas and Benedikt...

The post Unlocking the Power of R for Insurance and Actuarial Science: Webinar Series Recap appeared first on R ...


Continue reading: Unlocking the Power of R for Insurance and Actuarial Science: Webinar Series Recap


http://dlvr.it/T2mrmF