Skip to contents

The versions of packages used in Pesigan & Cheung (2023) can be installed with:

if (!require("remotes")) install.packages("remotes")
remotes::install_version(
    package = "MASS",
    version = "7.3-58.1"
)
remotes::install_version(
  package = "mice",
  version = "3.14.0"
)
remotes::install_version(
  package = "party",
  version = "1.3-10"
)
remotes::install_version(
  package = "semmcci",
  version = "1.1.2"
)