HA almen erhvervsøkonomi
Introduction to Econometrics with R
About the course
What you will learn
- Unlock R’s hidden tricks: Use R's help documentation to figure out exactly what functions do, which formulas they rely on, and the methods working under the hood.
- Take control of R commands: Change R's default settings, build your own functions, and applying them to real data.
- Harness the power of matrices: Carry out matrix operations and use them in R to make your code faster and smarter.
- Be the decision-maker: Pick the most suitable estimation method, distribution, or type of analysis for real-world problems.
- Bridge theory and practice: Derive maximum likelihood (ML) and method of moments (MM) estimators on paper, then code them in R.
- Test estimator quality: Work out their properties (bias, consistency, efficiency) and use R to explore them numerically.
- Bring distributions to life: Derive their moments, visualize them in R, simulate random draws, calculate exact probabilities, and use them for statistical testing.
- Tell the bigger story: Separate “just describing data” from actually drawing conclusions, knowing when theory lets us generalize and when the mean is just… the mean.