Package: MSCMT Type: Package Encoding: UTF-8 Version: 1.4.4 Date: 2026-06-15 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, rlang 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) . License: GPL Copyright: inst/COPYRIGHTS VignetteBuilder: knitr RdMacros: Rdpack BuildVignettes: yes Config/roxygen2/version: 8.0.0 URL: https://github.com/mabe0033/MSCMT BugReports: https://github.com/mabe0033/MSCMT/issues Config/pak/sysreqs: libglpk-dev Repository: https://mabe0033.r-universe.dev Date/Publication: 2026-06-15 06:57:03 UTC RemoteUrl: https://github.com/mabe0033/mscmt RemoteRef: HEAD RemoteSha: 7bda1854a32f5791db458af74857daf6731cbf54 NeedsCompilation: yes Packaged: 2026-06-15 09:58:19 UTC; root Author: Martin Becker [aut, cre] (ORCID: ), 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