DoubleML/DoubleMLReplicationCode

Update code examples in R code and paper (arxiv) according to upcoming breaking changes in `paradox`

PhilippBach opened this issue · 1 comments

par_grids = list(
"ml_l" = ParamSet$new(list(
ParamDbl$new("lambda", lower = 0.05, upper = 0.1))),
"ml_m" = ParamSet$new(list(
ParamDbl$new("lambda", lower = 0.05, upper = 0.1))))

Just updated the .tex file and substituted the paper on arxiv