_home
_home
Home
Posts
Projects
Contact
Light
Dark
Automatic
R-Language
Why robust regression?
For every researcher there is that moment when we question ourself of how much our findings could hold if we relax one or more assumptions. Specially in economics where we breath and eat regressions.
Sep 2, 2019
1 min read
Statistics
,
R-Language
Creating a binary discrete variable: the Tidy way
require(janitor) require(tidyverse) require(kableExtra) Working with categorical variables in R can be a headache sometimes. Among the things I miss the most in Stata is how easy is to convert categorical variables to dummy/binary variables which are used to compare categorical variables in a regression.
Jul 26, 2018
3 min read
R-Language
World Cup players' hype on Instagram
Javier is visiting me for a couple of days here in Barcelona. This silly guy is trying to measure the relation between social media representativeness and expectations of qualifying in the group phase of the World Cup.
Jun 7, 2018
1 min read
R-Language
Getting research titles from science direct
Lately, I have been reading a lot of articles within sciencedirect website. Now, after spending several hours reading and moving through pages I realize that it is time to create a snippet to get the articles right away.
May 28, 2018
1 min read
R-Language
Save with time stamp
Oftenly I have to deal with modifications of a scraping code, whose outcomes change or are subject to errors. Hence, I found useful to have a way to create versions of a data frame, this is a made savts.
Apr 26, 2017
1 min read
R-Language