• script.R
1
2
3
4
5
set.seed(1)
# generate 1000 estimates of beta_1 using `GDP_OLS()`
and store them in `estimates`
# estimate the variance of the estimator and assign the
result to `est_var_OLS`
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • R Console
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX