I am trying to run a multilevel analysis using PIAAC data.
Knowing the complex survey design of PIAAC, I enquired the OECD. An official of this organism recommended us considering the use of REPEST command in order to "estimate statistics using replicate weights (BRR weights, Jackknife replicate weights,...), thus accounting for complex survey designs in the estimation of sampling variances".
Following the syntax of 'repest', we run the following command, where 'univ' is our dichotomous dependent variable, and 'edufath', 'female' and 'age' are our independent variables.
Code:
repest PIAAC, estimate(stata: xtmelogit univ i.edufath female age || cntryid3:)
Code:
. repest PIAAC, estimate(stata: xtmelogit univ i.edufath female age || cntryid3:) (note: file C:\Users\U19030\AppData\Local\Temp\ST_02000005.tmp not found) file C:\Users\U19030\AppData\Local\Temp\ST_02000005.tmp saved _pooled. There were no successful estimates for = _pooled. Consider debugging the command within the estimate option: xtmelogit univ i.edufath female age || cntryid3: [pw = spfwt0] weights not allowed
We would appreciate any guidance to solve this problem.
Thanks for our attention and kind regards
Luis Ortiz
0 Response to Use of repest for carrying out multilevel analysis with PIAAC
Post a Comment