Articles by Econometrics and Free Software

Cluster multiple time series using K-means

October 12, 2019 | Econometrics and Free Software

I have been recently confronted to the issue of finding similarities among time-series and though about using k-means to cluster them. To illustrate the method, I’ll be using data from the Penn World Tables, readily available in R (inside the {pwt9} package):
library(tidyverse)
library(lubridate)
library(pwt9)
library(brotools)
First, of all, let’s only ... [Read more...]

{disk.frame} is epic

September 2, 2019 | Econometrics and Free Software

Note: When I started writing this blog post, I encountered a bug and filed a bug report that I encourage you to read. The responsiveness of the developer was exemplary. Not only did Zhuo solve the issue in record time, he provided ample code snippets to illustrate the solutions. Hats ...
[Read more...]

{disk.frame} is epic

September 2, 2019 | Econometrics and Free Software

Note: When I started writing this blog post, I encountered a bug and filed a bug report that I encourage you to read. The responsiveness of the developer was exemplary. Not only did Zhuo solve the issue in record time, he provided ample code snippets to illustrate the solutions. Hats ... [Read more...]
1 3 4 5 6 7 10

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)