January 2022

Basics of Text Mining in R

January 26, 2022 | R on Harshvardhan

Text in R can be represented in several ways but generally it is a character vector (strings). Reading a text file would mean most of the content would either be in a single long character file, or broken into several variables and observations as a da...
[Read more...]

Happy birthday easystats! A retrospective

January 26, 2022 | R on easystats

Happy birthday easystats! Two years ago, which feels like yesterday, we celebrated the easystats project’s first anniversary. Wow, those were simpler times! One could travel for pleasure, party with dozens of people and have a face-to-face conver...
[Read more...]

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...]

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)