The m=√p rule for random forests

October 19, 2024 | arthur charpentier

A couple of days ago, in our lab session, we discussed random forrests, and, since it was based on the example in ISLR, we had a quick discussion about the random choice of features, and the “” rule Interestingly, on that one, we can play a bit, and try all choices, ...
[Read more...]

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...]
1 13 14 15 16 17 2,157