Skip to contents

The versions of betaDelta and betaSandwich used in Pesigan, Sun, & Cheung (2023) can be installed with:

if (!require("remotes")) install.packages("remotes")
remotes::install_version(
  package = "betaDelta",
  version = "1.0.1",
  repos = c(CRAN = "http://cran.rstudio.com")
)
remotes::install_version(
  package = "betaSandwich",
  version = "1.0.4",
  repos = c(CRAN = "http://cran.rstudio.com")
)