Category: Linear models
- Capybara v1.8.0 is now available on CRAN 2025-08-27
Comparison with Alpaca and Fixest.
- Replicating Hansen's Econometrics using Armadillo 2025-08-22
The goal of the 'hansen' R package is to provide the datasets used in the exercises of the book
- cpp11armadillo An R package to use the Armadillo C++ library 2025-02-19
My 2nd PhD article
- Reading REDATAM databases in R 2024-10-03
Read REDATAM databases directly into R using the REDATAM Converter
- cpp11eigen 0.1.0 is available on CRAN 2024-08-26
The idea is to pass matrices/vectors from R to C++, write pure
- cpp11armadillo 0.3.0 is available on CRAN 2024-08-22
The idea is to pass matrices/vectors from R to C++, write pure
- Advanced International Trade in R 2024-06-18
A reference for those who come from Stata and want to learn R.
- The Hitchhiker's Guide to Linear Models with codes and datasets sale 2024-06-17
Extras package with codes and datasets.
- The Hitchhiker's Guide to Linear Models 2024-06-08
Some minor corrections.
- Logistic regression is not advanced 'machine learning' or 'artificial intelligence' 2024-05-01
Logistic regression is using an exponential function and using the linear model repeated times to predict the probability of a binary outcome.
- Introducing cpp11armadillo R and Armadillo integration using the header-only cpp11 R package 2024-01-26
The idea is to pass matrices/vectors from R to C++, write pure
- Introducing Capybara Fast and Memory Efficient Fitting of Linear Models With High-Dimensional Fixed Effects 2024-01-19
Short demonstration.
- The Hitchhiker's Guide to Linear Models is now complete 2023-09-08
My new book.
- An R package with Baltagi's 'Econometric Analysis of Panel Data' datasets 2023-08-28
Tidy datasets to let you focus on the econometric techniques rather than on data wrangling.
- The Hitchhiker's Guide to Econometrics with Available Code in R 2023-08-16
My new book.
- The Hitchhiker's Guide to Econometrics Based on the famous R programming language 2023-08-11
My new book.
- Linear Models in R - Part 3 2023-07-13
Keeping the examples aligned with changes in R since 2016.
- Linear Models in R - Part 2 2023-07-13
Keeping the examples aligned with changes in R since 2016.
- Linear Models in R - Part 1 2023-07-13
Keeping the examples aligned with changes in R since 2016.
- Moving from Blogdown to Quarto 2023-05-29
What worked and what didn't work immediately, and how to get everything running.
- Cpp11 (R package) vendoring 2023-05-23
Copying the code for the dependencies into my project’s source tree.
- A step by step guide to write an R package that uses C++ code (Ubuntu) 2023-05-21
Using cpp11 (R package) on Ubuntu.
- Generalized Linear Models, Part I The Logistic Model 2022-07-18
An applied short approach to Generalized Linear Models.
- Microeconomic Theory and Linear Regression 2021-04-02
Linear models and models comparison to estimate apples production.
- Hyperplane Separation Theorem 2021-02-21
A proof made under a "divide and conquer" approach.
- Linear Regression and ANOVA shaken and stirred (Part 2) 2017-03-21
These concepts are understood as separate concepts most of the times. The truth is they are extremely related to each other.
- Linear Regression and ANOVA shaken and stirred (Part 1) 2017-03-20
These concepts are understood as separate concepts most of the times. The truth is they are extremely related to each other.
- Structural Equation Modelling in R (Part 2) 2017-01-15
Here we explain how to estimate SEM models coefficients without a theoretical introduction
- Structural Equation Modelling in R (Part 1) 2016-12-07
Here I explain how to estimate CFA models coefficients without a theoretical introduction