Day 0: So it begins

October 20, 2024 | R on OSM

Over the next 30 days or so, we’ll be conducting a test of the emergency backtesting system. The test will attempt to go through all the steps one might usually follow to analyze, build, test, and then deploy an investment strategy. Now this probably won’t be a strategy that ...
[Read more...]

Kill all R sessions

October 20, 2024 | Teoten

When working in R, there are times when managing multiple R sessions becomes essential. For instance, if you are updating packages, troubleshooting conflicts, or managing system resources, it may be necessary to terminate all the sessions, or to k... [Read more...]

Sentiment Analysis in R

October 20, 2024 | Ponne, Bruno

In this lesson on sentiment analysis in R, you will learn how to perform sentiment analysis using the sentimentr package. To demonstrate the use of the package, you will compare the sentiment in the speeches of Adolf Hitler and Franklin Roosevelt abo...
[Read more...]

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...]
1 40 41 42 43 44 2,190