saving(filename [, export_excel_options]):设定输出到 Excel 中的文件名与其他选项; clear: 将 Stata 内存数据集用table1_mc结果替换。
"- ☑ table1_mc module to create ""table 1"" of baseline characteristics for a manuscript 2023-11-09" ☑ hammock module to implement Hammock plot, visualizing categorical (and continuous) data 2023-11-09 ☑ repkit module providing utility toolkit for reproducibility 2023-11-06 ☑ stp...
1. 命令介绍table1_mc 是 Phil Clayton 编写的外部命令,用于为论文制定一个特征性事实描述的表格。* 命令安装 ssc install table1_mc, replace* 命令语法 table1_mc [if] [in] [weight], vars(var_spec) [options] var_spec = varname vartype [%fmt1 ...
1. Stata 输入:蜗牛变猎豹 8 月中旬参加完首届 Stata 用户大会后,测试了多种 Stata 编辑器,包括sublime text 3 (ST3),atom,VScode等等。最终发现我的需求似乎还无需用这些高大上的东西,因为MC>>MR。 我的需求很简单:把重复的工作系统化、自动化。 我的思路很简单:优化组合现有工具 = 新工具 比如,我做 St...
estout1 Module to export estimation results from estimates table estparm Module to save results from a parmest resultsset and test equality estrat Module to perform Endogenous Stratification for Randomized Experiments estsave Module to save estimation results with current dataset estwrite Module to store...
在Stata 18的新功能没出来之前table-mc,根据想要的数据,每个变量需要定义。新功能所要描述的变量写上即可。新功能较之前的比较方便。其中不能忘记一些必要的命令。因为研究结果放在表格或者图,所以在文章里应该具有完整的表格,表二显示主要的研究结果。设计模型是为了理解效应大小如何变化的潜在中介。通过史教授的介绍,...
stata-commandimpact-evaluationsbalance-tableadopscore-matchingstatadime UpdatedJul 1, 2024 Stata asjadnaqvi/stata-schemepack Sponsor Star193 Code Issues Pull requests Here you will find various ready-to-use Stata schemes. ggplot2graphstataschemesstata-schemesschemepack ...
levelsof yxmc,local(level1) foreach x of local level1 { preserve keep if yxmc=="`x'" export excel using "D:\1Ressia\excel\分院校-`x'.xlsx", firstrow(varlabels) nolabel restore } *根据某个变量拆分excel文件-变量标签 levelsof re_P4Q12,local(xiaoxue) ...
1 OUTREG2: Stata module to arrange regression outputs into an illustrative table 2 PSMATCH2: Stata module to perform full Mahalanobis and propensity score matching, common support graphing, and covariate imbalance testing 3 PSACALC: Stata module to calculate treatment effects and relative degree of ...
localgithub"https://raw.githubusercontent.com"net install gtools, from(`github'/mcaceresb/stata-gtools/master/build/) Examples The syntax is generally analogous to the standard commands (see the corresponding help files for full syntax and options): ...