Stata如何绘制小提琴图?
小提琴图 (Violin Plot)是用来展示多组数据的分布状态以及概率密度。这种图表结合了箱形图和密度图的特征,主要用来显示数据的分布形状。中间的黑色粗条表示四分位数范围,从其延伸的幼细黑线代表 95% 置信区间,而白点则为中位数。跟箱形图类似,但是在密度层面展示更好。在数据量非常大不方便一个...
with Stata
小提琴图 (Violin Plot)是用来展示多组数据的分布状态以及概率密度。这种图表结合了箱形图和密度图的特征,主要用来显示数据的分布形状。中间的黑色粗条表示四分位数范围,从其延伸的幼细黑线代表 95% 置信区间,而白点则为中位数。跟箱形图类似,但是在密度层面展示更好。在数据量非常大不方便一个...
中心条形图(Centred Bar Plot) Centred bar plots are used to show the frequency (absolute or relative) of the y-variable as centred horizontal bars. These are commonly used in archaeology and may also be known as battleship curves or battleship diagrams. 英国杜伦大学(Durham Uni...
Hospital Sírio-Libanês的Rafael Leite Pacheco、Rachel Riera和Ana Luiza Cabrera Martimbianco开发了Stata社区命令direct_flow,用来快速绘制系统评价、研究综述和其他研究类型的流程图。 *net install 安装 net install direct_flow, from(https://rlpacheco.github.io/direct_flow/) replace *...
美国密西西比大学医学中心(University of Mississippi Medical Center)的Isaac M. E. Dodd开发了Stata社区命令flowchart,用以绘制出版级别的受试者分配流程图。 安装Stata社区命令flowchart的Stata命令如下: * net install 安装 net install flowchart, from("https://raw.github.com/isaacdodd...
Stata公司的Vince Wiggins开发了一款Stata社区命令grc1leg用于合并多个图形,与graph combine类似,但只保留一个图例。 grc1leg就是graphs combine 1 legend(Combine multiple graphs into one with a single common legend)的缩写。 安装Stata社区命令grc1leg的Stata命令如下: net install grc1...
安装的Stata命令如下: net describe gr0034, from(http://www.stata-journal.com/software/sj8-2) net install gr0034.pkg, replace net get gr0034.pkg, replace help labmask help seqvar
下载字体Silhous Font,信息如下: 浏览地址https://www.fontspace.com/silhous-font-f3542 下载地址https://www.fontspace.com/get/family/63qp 安装字体Silhous Font,方法如下: 压缩包解压后,将MixedBag2-R013.ttf复制到 Windows系统的字体目录下(C:\Windows\Fonts)即可。 绘制上图的Stata代...
信息图(Infographic=Information+Graphic)是信息的视觉表示,它使用图像模式来帮助读者了解信息之间的相互关系,通过鼓励视觉比较来工作。 下载字体Mixed Bag 2 Font,信息如下: 浏览地址https://www.fontspace.com/mixed-bag-2-font-f5931 下载地址https://www.fontspace.com/get/family/zqo1 ...
Stata绘制上图的代码如下: /******************************************************************************* Figure: Simple event study graph ******************************************************************************** PART 1: Load data **************************************...
绘制上图的Stata代码如下: * Figure: Comparison of marginal effects from linear and logistic specifications global graph_opts title(, justification(left) color(black) span pos(11)) graphregion(color(white)) ylab(,angle(0) nogrid) xtit(,placement(left) justification(left)) yscal...