Since the dataset I'm using has a Stratum (v022) with only one PSU (v021), and I have to use the following four methods to solve the problem of missing standard error and test statistic.
1. svyset [pw=wgt], psu( v021) strata( v022) singleunit(centered)
2. svyset [pw=wgt], psu( v021) strata( v022) singleunit(scaled)
3. svyset [pw=wgt], psu( v021) strata( v022) singleunit(certainty)
4. By reassigning the stratum with single PSU to another nearby stratum
My query is which one of the above methods (centered, scaled, certainty and reassigning stratum) is the most preferred that will give an efficient results.
Related Posts with svyset: missing standard error because of stratum with single sampling unit
Average of a variable using xtsumHi I am new to the panel variables and have encountered a problem. I am using xtsum command to get t…
Gini indexHello How do I calculate the Gini coefficient with the equivalent scale method in stata ? Please ex…
Creating an Index for cognition Using Principle Component AnalysisI am trying to create an index for cognition using PCA on 3 test score the code I have used is: PCA…
Categorising consecutivelyI am trying to generate a new variable which consecutively categorises an existing category. I am no…
Block regressions using foreach loop on global macrosHello Listers! I am trying to run multiple block regressions. I have put a set of explanatory varia…
Subscribe to:
Post Comments (Atom)
0 Response to svyset: missing standard error because of stratum with single sampling unit
Post a Comment