Stata Blogs: 模型估计编程系列 15 January 2016 David M. Drukker, Executive Director of Econometrics I have posted a series of entries about programming an estimation command in Stata. They are best read in ...
Stata has a global and a local namespace; the local namespace is actually just the global namespace with "_" prefixed to everything (so a local variable u is global variable _u, and gets autodeleted ...
for文に代表される繰り返しコマンドであるが,プログラミングをやっている人からすると,「なにをいまさら」という話であろう. しかし,プログラミングをやったことがない学部生がSTATAを使いだすと,繰り返しコマンドを使わずに何度も同じコマンドを ...
The analysis of very large files, such as health insurance claims, has long been the considered the preserve of SAS, because SAS could handle datasets of any size, while Stata was limited to datasets ...
书籍介绍:Discovering Structural Equation Modeling Using Stata, Revised Edition, by Alan Acock, successfully introduces both the statistical principles involved in structural equation modeling (SEM) and ...