在
http://www.indiana.edu/~jslsoc/看到一条消息,2014年6月14~20日,将举办研讨会,主题是介绍SPost13_ado和第三版本的
Regression Models for Categorical Dependent Variables Using Stata
不知道第三版正式出版是啥时候了,话说距离2006年的第二版已经8年了。
补充01:
虽然第三版的新书暂时还无法看到,但并不妨碍我们用spost13练手,因为两位可爱的作者已经把第三版中各章的do文件上传了,程序包的名字就叫 spost13_do, 安装方法如下:
搜索该文件名:
findit spost13_do
然后按照提示安装即可
或者输入:
net describe spost13_do, from(http://www.indiana.edu/~jslsoc/stata)
可以看到关于该程序包的介绍:
TITLE
Distribution-date: 04Mar2014
DESCRIPTION/AUTHOR(S)
spost13_do | SPost13 examples from
Long and Freese, 2014,
Regression Models for Categorical Outcomes using Stata, 3rd Edition.
Support www.indiana.edu/~jslsoc/spost.htm
Scott Long (jslong@indiana.edu) & Jeremy Freese (jfreese@northwestern.edu)
(略)
此外,还有一个名叫 spost9_legacy 的程序包,其中包括了原属spost9_ado 但没有包括在spost13_ado中的命令
输入:
net describe spost9_legacy, from(http://www.indiana.edu/~jslsoc/stata)
可以看到
TITLE
Distribution-date: 18Feb2014
DESCRIPTION/AUTHOR(S)
spost9_legacy | SPost9 commands not included in spost13_ado.
From Long and Freese, 2014, Regression Models for Categorical Outcomes
using Stata, 3rd Edition.
Support www.indiana.edu/~jslsoc/spost.htm
Scott Long (jslong@indiana.edu) & Jeremy Freese (jfreese@northwestern.edu)
最后,如果各位用的不习惯或者其它原因想卸载 spost13_ado或者上述提及的任何程序包,输入:
ado uninstall packagename
即可从软件中卸载名称为packagename的程序包(比如,将packagename替换为 spost13_ado,即可卸载spost13_ado 程序包)。
引自:
http://www.stata.com/support/faqs/resources/history-of-stata/