12.parallel
parallelwill enableparallel processing if the parallel command is installed and configured. Version 1.18.2 is needed at a minimum.44. At thetime of writing, Statistical Software Components does not contain a new enough version.Newer versions are available via the development website https://github.com/gvegayon/parallel/.
parallel启用并行处理
13.pvals1s
pvals1soutputsone-sided p-values in addition to the two-sided p-values.
除了两侧的p值之外,pvals1s还输出一侧的p值。
14.drop_units_prog(string)
drop_units_prog(string) specifies the name of a program that, when passed the unit tobe considered treated, will drop other units that should not be considered whenforming the synthetic control. This is usually because they are neighboring or interferingunits. See example 3 for usage details.
drop_units_prog(string) 指定了一个程序的名称,当该程序通过要被视为已处理的单元时,它将删除组成合成控制时不应考虑的其他单元。这通常是因为它们是相邻或干扰单元。这个或许可以用来解决溢出效应的问题,通过设置来删除空间邻近的地区。
15.xperiod_prog(string)
xperiod_prog(string)allowsfor setting synth’s xperiod() option, which varies with the treatment period. Theuser-written program is passed the treatment period and should return, via r(xperiod),anumlist suitable for synth’s xperiod() (the period over which generic predictorvariables are averaged). See synth for more details on the xperiod() option. Seeexample 3 for usage details.
xperiod_prog(string)允许设置synth的xperiod()选项,该选项随treatment时间而异。用户编写的程序已超过治疗期,并应通过r(xperiod)返回一个适合synth的xperiod()的数值列表(对通用预测变量进行平均的时间段)。
16.mspeperiod_prog(string)
mspeperiod_prog(string)allowsfor setting synth’s mspeperiod() option, which varies with the treatment period.The user-written program is passed the treatment period and should return, via r(mspeperiod),a numlist suitable for synth’s mspeperiod() (the period over which the predictionoutcome is evaluated). See synth for more details on the mspeperiod() option. Seeexample 3 for usage details.
mspeperiod_prog(string)允许设置synth的mspeperiod()选项,该选项随treatment时间的不同而不同。用户编写的程序已过治疗期,并应通过r(mspeperiod)返回一个适合于synth的mspeperiod()的数字列表(评估预测结果的时间段)。
17.synthsettings
synthsettingsspecifies pass-through options sent to synth. Seehelp synth formore information. The following are disallowed: counit(), figure, resultsperiod().
synthsettings指定发送到synth的传递选项
以上主要通过谷歌翻译并结合个人理解,如有错误欢迎指正。