刚刚学使用stata,不知道为什么用do文件来导入数据时导入不进去
do文件的内容如下:
/* input.do
*Purpose of this file is to understand inputting datafile*/
set more off
cap log close
cd D:\学习\经济学\计量经济学\上机练习
log using input.log,replace
use WAGE1.DTA,clear
但如果写成:
/* input.do
*Purpose of this file is to understand inputting datafile*/
set more off
cap log close
cd D:\学习\经济学\计量经济学\上机练习
use WAGE1.DTA,clear
log using input.log,replace
这样就可以,这是为什么呢?


雷达卡


京公网安备 11010802022788号







