Category: Linear models

  1. Capybara v1.8.0 is now available on CRAN

    Comparison with Alpaca and Fixest.

  2. Replicating Hansen's Econometrics using Armadillo

    The goal of the 'hansen' R package is to provide the datasets used in the exercises of the book

  3. cpp11armadillo An R package to use the Armadillo C++ library

    My 2nd PhD article

  4. Reading REDATAM databases in R

    Read REDATAM databases directly into R using the REDATAM Converter

  5. cpp11eigen 0.1.0 is available on CRAN

    The idea is to pass matrices/vectors from R to C++, write pure

  6. cpp11armadillo 0.3.0 is available on CRAN

    The idea is to pass matrices/vectors from R to C++, write pure

  7. Advanced International Trade in R

    A reference for those who come from Stata and want to learn R.

  8. The Hitchhiker's Guide to Linear Models with codes and datasets sale

    Extras package with codes and datasets.

  9. The Hitchhiker's Guide to Linear Models

    Some minor corrections.

  10. Logistic regression is not advanced 'machine learning' or 'artificial intelligence'

    Logistic regression is using an exponential function and using the linear model repeated times to predict the probability of a binary outcome.

  11. Introducing cpp11armadillo R and Armadillo integration using the header-only cpp11 R package

    The idea is to pass matrices/vectors from R to C++, write pure

  12. Introducing Capybara Fast and Memory Efficient Fitting of Linear Models With High-Dimensional Fixed Effects

    Short demonstration.

  13. The Hitchhiker's Guide to Linear Models is now complete

    My new book.

  14. An R package with Baltagi's 'Econometric Analysis of Panel Data' datasets

    Tidy datasets to let you focus on the econometric techniques rather than on data wrangling.

  15. The Hitchhiker's Guide to Econometrics with Available Code in R

    My new book.

  16. The Hitchhiker's Guide to Econometrics Based on the famous R programming language

    My new book.

  17. Linear Models in R - Part 3

    Keeping the examples aligned with changes in R since 2016.

  18. Linear Models in R - Part 2

    Keeping the examples aligned with changes in R since 2016.

  19. Linear Models in R - Part 1

    Keeping the examples aligned with changes in R since 2016.

  20. Moving from Blogdown to Quarto

    What worked and what didn't work immediately, and how to get everything running.

  21. Cpp11 (R package) vendoring

    Copying the code for the dependencies into my project’s source tree.

  22. A step by step guide to write an R package that uses C++ code (Ubuntu)

    Using cpp11 (R package) on Ubuntu.

  23. Generalized Linear Models, Part I The Logistic Model

    An applied short approach to Generalized Linear Models.

  24. Microeconomic Theory and Linear Regression

    Linear models and models comparison to estimate apples production.

  25. Hyperplane Separation Theorem

    A proof made under a "divide and conquer" approach.

  26. Linear Regression and ANOVA shaken and stirred (Part 2)

    These concepts are understood as separate concepts most of the times. The truth is they are extremely related to each other.

  27. Linear Regression and ANOVA shaken and stirred (Part 1)

    These concepts are understood as separate concepts most of the times. The truth is they are extremely related to each other.

  28. Structural Equation Modelling in R (Part 2)

    Here we explain how to estimate SEM models coefficients without a theoretical introduction

  29. Structural Equation Modelling in R (Part 1)

    Here I explain how to estimate CFA models coefficients without a theoretical introduction