关于
Stata Journal由StataCorp LLC旗下的Stata Press部门联合SAGE Publishing一起出版,它是一本季刊,讨论统计、数据分析、教学方法以及有效使用Stata语言。Stata Journal已被SCI检索,SCI 2019=1.990。 ISSN:1536-867X(纸质版),1536-8734(电子版)。
目标
The Stata Journal is a publication for all Stata users, both novice and experienced, with various levels of expertise in statistics, research design, data management, graphics, reporting of results, and of Stata in particular.
A portion of the article “The Stata Journal begins publication fourth quarter 2001”, which appeared in STB-61, May 2001, states
The numerous daily postings on Statalist illustrate very well the readership we have mind, as those who follow it will appreciate. As with many listservers, the style and content of Statalist discussions have evolved very much as an expression of members’ interests and expertise. Statalist is centered on, but in no sense limited to, Stata users. Those members’ questions and answers range back and forth through specifics on using Stata to general questions on data management, statistical data analysis and modeling, and what is and is not good practice, statistically, computationally and scientifically. Statalist is widely appreciated, not just as a relatively rapid and effective way of solving Stata problems, but also as a source of wisdom on statistical matters in the widest sense. It is this mix that we seek to emulate, although with more substantial and more durable contributions, in the Stata Journal.
编委
H. Joseph Newton, Texas A&M University, USA
Nicholas J. Cox, Durham University, UK
投稿
Submissions should be sent to [email protected]. Manuscripts will be acknowledged within a week of receipt. After a preliminary editorial review, articles will be sent to reviewers who have expertise in the subject of the article. The Stata Journal uses a blind review system. The review process generally takes 3–6 months. Authors may contact the editor at any time to check the status of their manuscript.
https://journals.sagepub.com/home/stj
标签
Stata Journal里的每一篇文章(article)、专栏(column)、笔记(note)或评论(comment)都会对应一个字母-数字编码,例如st0042, an0034, or ds0012。
st0042指文章在st分类下第42篇。st0042_1指的是这篇文章、栏目、笔记或评论与原来的st0042有关,作者可以相同也可以不同。
分类代码如下:
an | announcements | 公告 |
dm | data management | 数据管理 |
ds | datasets | 数据集 |
gn | general | 通用 |
gr | graphics | 图形 |
pr | programming & utilities | 编辑&实用程序 |
st | statistics | 统计 |
安装
快捷命令:
net sj vol-issue [insert]
例如,查看SJ 20-4的命令,则可以输入:
net sj 20-4
该命令等价于:
net from https://www.stata-journal.com/software/sj20-4
如果我们对该期的百度API命令(dm0104)感兴趣,则输入:
net describe dm0104
结果如下:
———————————————————————————-
package dm0104 from https://www.stata-journal.com/software/sj20-4
———————————————————————————-
TITLE
SJ20-4 dm0104. Baidu Map API is widely used in …
DESCRIPTION/AUTHOR(S)
Baidu Map API is widely used in China. This
command helps to extract longitude and
latitude for a given Chinese address from
Baidu Map API (http://api.map.baidu.com)
by Yuan Xue, School of Management, Huazhong
University of Science and Technology,
Wuhan, China
Chuntao Li, School of Economics, Henan
University, Kaifeng, China
Support: [email protected],
[email protected]
After installation, type help cngcode and
cnaddress
DOI: 0.1177/1536867X20976313
Original data source: http://api.map.baidu.com.
Please do not use this code for commerical
purpose. The Baidu secret key in article and
do-file is not a real one. It is only for
illustration purpose. You can get your own
Baidu secret key from http://lbsyun.baidu.com/
INSTALLATION FILES (type net install dm0104)
dm0104/cngcode.ado
dm0104/cngcode.sthlp
dm0104/cnaddress.ado
dm0104/cnaddress.sthlp
ANCILLARY FILES (type net get dm0104)
dm0104/example.dta
dm0104/example.do
—————————————————————————
如果要安装该Stata社区命令,则根据提示输入:
net install dm0104
安装该命令的附带文件(ANCILLARY FILES),则根据提示输入:
net get dm0104
如果要查看安装的所有Stata社区命令,则输入
ado
如果要查看特定的Stata社区命令,如刚才安装的dm0104,则输入:
ado describe dm0104
因为字母-数字很难记,可以搜索安装的dm0104,输入命令名称(cngcode)即可:
ado, find("cngcode")
若要卸载某个Stata社区命令(如dm0104),则输入:
ado uninstall dm0104
ado uninstall 可以卸载任何Stata社区命令,比如卸载tssc命令,则输入:
ado uninstall tssc