1、Errata for An Introduction to Stata Programming
来源:
http://www.stata-press.com/books/errata/isp.html
2、勘误表注释:
每一处勘误表左侧为原始错误表达,右侧为更正后的正确表达
(1)
Chapter 3, p. 55, last example
注释:删去了x左侧的等号(=)和一个空格,以及x右侧的一个空格。
(2)
Chapter 4, p. 74, last Stata command on page
注释:c( ) 函数括号中,表达式的两个连接符号由连字符(-)更正为下划线(_)
(3)
Chapter 5, p. 85, first Stata command
注释:在变量NCPregnancy后的符号由等号(=)更正为逻辑等号(==)
(4)
Chapter 7, p. 158, fifth command in example
注释:在
country的两侧添加单引号(`')