January 2022

How to join tables in R

January 26, 2022 | R on R (for ecology)

In this blog post, I’m going to talk about joining data tables together. Joining tables is incredibly useful when you have to download several data files on a common set of subjects and then aggregate them into a larger, singular data set. This i...
[Read more...]

Association Rules with Interactive Charts

January 26, 2022 | Selcuk Disci

Until today, we have examined the supervised learning algorithms; but this time, we will take a look at a different learning method. The algorithm we just mentioned is association rules which is an unsupervised learning method. The algorithm is referred to as market basket analysis as it usually has been ...
[Read more...]

Rating Each Drivers 2021 Season – 10 – 1

January 25, 2022 | Part Time Analyst

Hello, welcome to the second part of this look at F1 Drivers performance in 2021 and this time we look at the top 10 so get your cup of Yorkshire tea at the ready! =9 Daniel Ricciardo 50% =9 Lando Norris 50% Lando Norris is a strange one. The first half of the season was […]
[Read more...]

Announcing the Summer Institute in Computational Social Science (Covenant University, Nigeria)

January 25, 2022 | Emmanuel ỌLÁMÍJÙWỌ́N

SICSS-Nigeria is accepting applications to participate in the two-week-long Summer Institute in Computational Social Science that will take place on June 19-29, 2022, at Covenant University (Nigeria). SICSS-Nigeria will bring together postgraduate students, early-career academics and researchers, as well as junior officers in statistical offices, government ministries, and agencies. Application/registration ...
[Read more...]

Upgrading R

January 24, 2022 | R - datawookie

This is the recipe I use to upgrade R on a Linux box. It’s something that I do fairly frequently on fresh EC2 instances. Remove Old R Check for existing R package. dpkg -l | grep -E "(r-base-core|cran)" Remove existing R installation. sudo apt-get purge -y r-base-core Check again ...
[Read more...]
1 2 3 4 8

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)