Julia presents various ways to carry out linear regressions. In this previous post, I explained how to run linear regression in Julia using the function linreg(). Unfortunately, linreg() is deprecated and no longer exists in Julia v1.0.
In this post I will present how to use the native function of Julia to run OLS on the following model

Continue reading Linear Regression in Julia 1.0 →
This blog post explains the difference between confidence intervals that use the t-distribution and confidence intervals that use the Normal distribution. Thereby, the post will not focus on the theoretical/mathematical differences of the two distributions, but rather compare the two types of confidence intervals using simulation studies. Furthermore, in case you are interested in replicating the presented results or simply play around with it yourself, I provide the R code to conduct the simulation exercises and to replicate the figures.
Continue reading What is the difference between using the t-distribution and the Normal distribution when constructing confidence intervals? →
In this post, I am going to explain how to upgrade Debian 9 to Debian 10. You can enter the following eight steps in your terminal:
Continue reading Upgrade Debian 9 to 10 →
“In God we trust; all others must bring data.” W. Edwards Deming