Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用该Synth()软件包在 R 上应用 The Synthetic Control Method。在本文中,作者介绍了一种创建合成系列的新方法,将预处理期分为训练期和验证期,并使用交叉验证。
Synth()
第一个问题:如何使用“交叉验证法” Synth()?
(我认为这是可能的,正如本文在比较这两种方法时提到的那样,在图 9 的脚注处)
第二个问题:如果不可能,是否有其他软件包可以做到?到目前为止,我已经找到MSCMT()但无法使用它,并注意到他们甚至提到此功能是在Synth().
MSCMT()