Publications by Ricardo Cortés
Actividad 6 - Econometria CIDE
library(pacman) p_load(wooldridge, tidyverse) Ejercicio 1 Let math10 denote the percentage of students at a Michigan high school receiving a passing score on a standardized math test (see also Example 4.2 in Wooldridge). We are interested in estimating the effect of per-student spending on math performance. A simple model is: \(math10 = \beta_...
22810 sym R (18066 sym/71 pcs) 3 img 5 tbl
Actividad 5 - Econometria CIDE
library(pacman) p_load(data.table, fixest, magrittr, wooldridge, multcomp, stargazer, lmtest, modelsummar, sandwich) Ejercicio 1 Consider a linear model to explain monthly beer consumption: \[beer = \beta_{0} + \beta_{1}inc + \beta_{2}price + \beta_{3}educ + \beta_{4}female + u \] \[ E(u | inc, price, educ, female) = 0\] \[ Var(u | inc, price, e...
15560 sym R (12711 sym/73 pcs) 2 img
Actividad 4 - Econometría I CIDE
Actividad 4 Author Ricardo Cortés Published October 15, 2023 Inferencia, Dummies, e Interacciones. library("pacman") p_load(data.table, fixest, magrittr, wooldridge, multcomp, tidyverse) Ejercicio 1 # Load data data("wage1") # Run regressions # Assume no serial correlation and homocedasticity est_0 <- lm(lwage ~ educ, data = wage1)...
9400 sym 2 img 1 tbl
Actividad 4 (rmarkdown)
Inferencia, Dummies, e Interacciones. library("pacman") p_load(data.table, fixest, magrittr, wooldridge, multcomp, tidyverse) Ejercicio 1 # Load data data("wage1") # Run regressions # Assume no serial correlation and homocedasticity est_0 <- lm(lwage ~ educ, data = wage1) summary_0 <- summary(est_0) # Compute p_value, insert degrees of f...
7692 sym R (4646 sym/37 pcs) 1 img 1 tbl
Actividad 3 - Econometria
library(pacman) p_load(data.table, fixest, magrittr, sandwich, mvtnorm, MASS) # La función p_load de pacman nos permite cargar múltiples paquetes a la vez. Aún así, los tenemos que tener instalados. set.seed(123) 1. Sesgo por variables omitidas # Load data library(wooldridge) data("bwght") bwght$cigs2 <- bwght$cigs*bwght$cigs #...
20132 sym R (17495 sym/62 pcs) 9 img
Econometría I. Actividad 2.
Ejercicio 1 Parte 1 Ceteris paribus, en promerio, un año más de educación aumenta en 5.98% el salario. El coeficiente de \(R^2\) adjustada nos dice que la variable educ en el modelo planteado lograr explicar el 0.0964% de la variación en lwage. La constante nos dice que si la educación fuera cero, nuestro ingreso sería… Parte 2 Cete...
6407 sym R (7911 sym/31 pcs) 2 img
Econometría I. Actividad 2.
Ejercicio 1 Parte 1 Ceteris paribus, en promerio, un año más de educación aumenta en 5.98% el salario. El coeficiente de \(R^2\) adjustada nos dice que la variable educ en el modelo planteado lograr explicar el 0.0964% de la variación en lwage. La constante nos dice que si la educación fuera cero, nuestro ingreso sería… Parte 2 Cete...
6420 sym R (7911 sym/31 pcs) 2 img