Category: Statistics

  1. Spurious Correlations in R - Correlation is not Causation

    The spuriouscorrelations package aims to help educators to explain why correlation does not imply causation.

  2. Capybara v1.8.0 is now available on CRAN

    Comparison with Alpaca and Fixest.

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

  4. Kendallknight An R package for efficient implementation of Kendall’s correlation coefficient computation

    With 20,000 observations, this reduces the required operations from 400 million pairwise comparisons to 200,000 operations.

  5. spuriouscorrelations An R package to show examples about spurious correlations

    Correlation is not causation.

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

    My 2nd PhD article

  7. Reading REDATAM databases in R

    Read REDATAM databases directly into R using the REDATAM Converter

  8. cpp11eigen 0.1.0 is available on CRAN

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

  9. cpp11armadillo 0.3.0 is available on CRAN

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

  10. Kendallknight an R package for Kendall's correlation coefficient

    A solution that took me hours of 'averaging' Google search results and using my brain.

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

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

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

    Short demonstration.

  14. Student's t-test explained with R and Pokemon

    Gotta Test 'Em All!