Package: MSCMT
Type: Package
Encoding: UTF-8
Version: 1.4.0
Date: 2024-03-19
Title: Multivariate Synthetic Control Method Using Time Series
Authors@R: c(person("Martin","Becker", role = c("aut","cre"),
    email = "martin.becker@mx.uni-saarland.de",
    comment=c(ORCID="0000-0003-2336-9751")),
    person("Stefan","Klößner", role = c("aut"),
    email = "S.Kloessner@mx.uni-saarland.de"),
    person("Karline","Soetaert", role = c("com"),
    email = "karline.soetaert@nioz.nl"),
    person("Jack","Dongarra",role=c("cph"),
    email = "dongarra@icl.utk.edu"),
    person("R.J.","Hanson",role=c("cph")),
    person("K.H.","Haskell",role=c("cph")),
    person("Cleve","Moler",role=c("cph")),
    person("LAPACK authors", role = "cph"))
Depends: R (>= 3.2.0)
Imports: stats, utils, parallel, lpSolve, ggplot2, lpSolveAPI, Rglpk,
        Rdpack
Suggests: Synth, DEoptim, rgenoud, DEoptimR, GenSA, GA, soma, cmaes,
        Rmalschains, NMOF, nloptr, pso, LowRankQP, kernlab, reshape,
        knitr, rmarkdown
Description: Three generalizations of the synthetic control method (which has 
    already an implementation in package 'Synth') are implemented: first, 
    'MSCMT' allows for using multiple outcome variables, second, time series 
    can be supplied as economic predictors, and third, a well-defined 
    cross-validation approach can be used.
    Much effort has been taken to make the implementation as stable as possible 
    (including edge cases) without losing computational efficiency.
    A detailed description of the main algorithms is given in 
    Becker and Klößner (2018) <doi:10.1016/j.ecosta.2017.08.002>.
License: GPL
Copyright: inst/COPYRIGHTS
RoxygenNote: 7.3.1
VignetteBuilder: knitr
RdMacros: Rdpack
BuildVignettes: yes
NeedsCompilation: yes
Packaged: 2024-03-19 09:46:40 UTC; mabe003
Author: Martin Becker [aut, cre] (<https://orcid.org/0000-0003-2336-9751>),
  Stefan Klößner [aut],
  Karline Soetaert [com],
  Jack Dongarra [cph],
  R.J. Hanson [cph],
  K.H. Haskell [cph],
  Cleve Moler [cph],
  LAPACK authors [cph]
Maintainer: Martin Becker <martin.becker@mx.uni-saarland.de>
Repository: CRAN
Date/Publication: 2024-03-19 10:20:02 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 11:22:38 UTC; unix
Archs: MSCMT.so.dSYM
