Other packages > Find by keyword >

MSCMT  

Multivariate Synthetic Control Method Using Time Series
View on CRAN: Click here


Download and install MSCMT package within the R console
Install from CRAN:
install.packages("MSCMT")

Install from Github:
library("remotes")
install_github("cran/MSCMT")

Install by package version:
library("remotes")
install_version("MSCMT", "1.4.1")



Attach the package and use:
library("MSCMT")
Maintained by
Martin Becker
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-07-25
Latest Update: 2024-03-19
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
How to cite:
Martin Becker (2016). MSCMT: Multivariate Synthetic Control Method Using Time Series. R package version 1.4.1, https://cran.r-project.org/web/packages/MSCMT. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2016-07-25 15:15), 1.1.0 (2016-11-29 18:10), 1.2.0 (2017-01-30 15:35), 1.3.0 (2017-08-17 10:36), 1.3.1 (2018-01-04 18:00), 1.3.2 (2018-02-19 21:06), 1.3.3 (2018-05-04 09:53), 1.3.4 (2019-11-14 12:00), 1.3.5 (2023-02-01 09:50), 1.3.6 (2023-03-09 16:20), 1.3.7 (2023-04-17 20:20), 1.3.8 (2023-11-13 15:03), 1.3.9 (2023-11-29 08:40), 1.4.0 (2024-03-19 11:20)
Other packages that cited MSCMT R package
View MSCMT citation profile
Other R packages that MSCMT depends, imports, suggests or enhances
Complete documentation for MSCMT
Functions, R codes and Examples using the MSCMT R package
Some associated functions: MSCMTfunction . MSCMTpackage . compare . did . ggplot.mscmt . improveSynth . listFromLong . plot.mscmt . ppratio . print.mscmt . pvalue . 
Some associated R codes: Full MSCMT package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA