Skip to content

Commit a06a294

Browse files
committed
upd URLs (https)
1 parent b23eb6a commit a06a294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/datasets.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fetch_401k = function(return_type = "DoubleMLData", polynomial_features = FALSE,
170170
#' available at [https://academic.oup.com/ectj/article/21/1/C1/5056401#supplementary-data](https://academic.oup.com/ectj/article/21/1/C1/5056401#supplementary-data).
171171
#'
172172
#' The supplementary data of the study by Bilias (2000) is available at
173-
#' [http://qed.econ.queensu.ca/jae/2000-v15.6/bilias/](http://qed.econ.queensu.ca/jae/2000-v15.6/bilias/).
173+
#' [https://www.journaldata.zbw.eu/dataset/sequential-testing-of-duration-data-the-case-of-the-pennsylvania-reemployment-bonus-experiment](https://www.journaldata.zbw.eu/dataset/sequential-testing-of-duration-data-the-case-of-the-pennsylvania-reemployment-bonus-experiment).
174174
#'
175175
#'
176176
#' @references Bilias Y. (2000), Sequential Testing of Duration Data:
@@ -386,7 +386,7 @@ make_plr_CCDDHNR2018 = function(n_obs = 500, dim_x = 20, alpha = 0.5,
386386
#' @references Turrell, A. (2018), Econometrics in Python part I - Double
387387
#' machine learning, Markov Wanderer: A blog on economics, science, coding and
388388
#' data.
389-
#' [http://aeturrell.com/2018/02/10/econometrics-in-python-partI-ML/](http://aeturrell.com/2018/02/10/econometrics-in-python-partI-ML/).
389+
#' [https://aeturrell.com/blog/posts/econometrics-in-python-parti-ml/](https://aeturrell.com/blog/posts/econometrics-in-python-parti-ml/).
390390
#'
391391
#' @param n_obs (`integer(1)`) \cr
392392
#' The number of observations to simulate.

0 commit comments

Comments
 (0)