Getting Started with R

October 18, 2024 | sarika

R is a versatile, high-level programming language widely supported across all major operating systems. You can run R on your using the following two methods: Run R online Install R on your computer In this tutorial, you will learn bo... [Read more...]

Monads in R

October 17, 2024 | Jonathan Carroll

In this post I describe a useful programming pattern that I implemented, and hopefully provide a gentle introduction to the idea of monads. The motivation for all of this was that I had a {dplyr} pipeline as part of a {shiny} app that queries a database and I wanted to “...
[Read more...]

CASdatasets 1.2.0

October 17, 2024 | arthur charpentier

Nearly ten years ago, Chrisophe Dutang and I launched a curated collection of datasets featured in Computational Actuarial Science with R, bundled in the CASdatasets R package. Now, this package offers an extensive range of actuarial datasets, serving as a vital resource for students, educators, and researchers alike. We’re ...
[Read more...]

A Guide to R Package Validation in Pharma

October 15, 2024 | Gift Kenneth

Picture this: a crucial clinical trial is underway, and every data point matters. The pharma industry is increasingly turning to open-source tools like R to handle complex data analysis, drawn by their flexibility, innovation, added value and cost-effectiveness. But with these benefits come new challenges — particularly when it comes to ...
[Read more...]

PowerQuery Puzzle solved with R

October 15, 2024 | Numbers around us

#225–226PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #225Sometimes we have nice tables with so called tidy data, where each observation mean one row. But this ...
[Read more...]

R Solution for Excel Puzzles

October 14, 2024 | Numbers around us

Puzzles no. 559–563PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #559Sometimes we need to make work on columns. It technically just like working on lists, and l...
[Read more...]
1 33 34 35 36 37 2,179