您好,想请问一下数据管理员,2015年的家庭模块以及psu的数据具体发布时间确定了吗?
之前用CHARLS2011年以及2013年数据投了一个外刊,这两天收到了外刊的确认回函,但是要求修改,需要我加入2015年的数据进行分析。
但是我的数据涉及用到家庭模块数据以及psu数据,外刊编辑那边给出的时间也比较紧张,所以想得到你们的确切回复。
望尽快回复,非常感谢!!!
搜索找到 8 个匹配
- 周一 10月 31, 2016 11:48 am
- 版面: 2013 Wave2
- 主题: 关于认知和抑郁,上周的感觉及行为
- 回复总数: 1
- 阅读次数: 144186
关于认知和抑郁,上周的感觉及行为
想请问一下这一部分的dc009-dc018的问题是根据GHQ-12 (general health questionnaire-12) 来设计的吗?
因为跟这部分的问题跟GHQ-12的很相似,但是又只有10个问题,问题的设计相似但是又不一样。
如果是的话可以给一个解释为什么要这样设计吗?有没有什么文章/文献支持?
因为跟这部分的问题跟GHQ-12的很相似,但是又只有10个问题,问题的设计相似但是又不一样。
如果是的话可以给一个解释为什么要这样设计吗?有没有什么文章/文献支持?
- 周二 7月 26, 2016 10:51 am
- 版面: 2014 Life History
- 主题: 2014 Wave3 (Life History) Not Stata format
- 回复总数: 4
- 阅读次数: 198874
Re: 2014 Wave3 (Life History) Not Stata format
It is probably the software version problem. The 2014 data is formed by stata13 or higher version. If you try to open it using a lower version stata, it will say "not stata format". There are two ways to solve this problem. One is to update your stata software, and the other is to open the dataset ...
- 周三 7月 06, 2016 5:47 pm
- 版面: 2014 Life History
- 主题: 2014 Wave3 (Life History) Not Stata format
- 回复总数: 4
- 阅读次数: 198874
Re: 2014 Wave3 (Life History) Not Stata format
what do you mean by it is not a stata format. it is in stata format for me. when you open it with STATA, can STATA open it? after I download it, the document can be open, however, STATA tells me that this file is not STATA format. And I can not open the downloading website from my account profile, ...
- 周五 6月 24, 2016 3:27 pm
- 版面: 2014 Life History
- 主题: 2014 Wave3 (Life History) Not Stata format
- 回复总数: 4
- 阅读次数: 198874
2014 Wave3 (Life History) Not Stata format
Can anyone help to solve this problem?
- 周一 6月 06, 2016 11:10 am
- 版面: 软件使用 Software Usage
- 主题: birth date (Lunar calendar )
- 回复总数: 14
- 阅读次数: 4686391
Re: birth date (Lunar calendar )
Thank you very much! it's very helpful
- 周一 6月 06, 2016 11:09 am
- 版面: 软件使用 Software Usage
- 主题: birth date (Lunar calendar )
- 回复总数: 14
- 阅读次数: 4686391
Re: birth date (Lunar calendar )
put the files not the folder in Stata ado, it'll success781419051 写了:请问可以叫一下吗,操作不成功啊
- 周四 1月 28, 2016 10:10 am
- 版面: 2011 Wave1
- 主题: ID码调整
- 回复总数: 3
- 阅读次数: 43370
Re: ID码调整
try this:
replace householdID = householdID + "0"
replace ID = householdID + substr(ID,-2,2)
It will match with 2013 wave
replace householdID = householdID + "0"
replace ID = householdID + substr(ID,-2,2)
It will match with 2013 wave