I'm using Ipfraking to generate weights for my survey data.
For some reason when the iteration finishes and the Summary of the weight changes table comes up, it only wrotes invalid %format, nothing else. The same code works on other datasets.
The code:
svyset RecordNo, vce(linearized) singleunit(missing)
gen byte initial=1
matrix size=(84.0, 9.0, 6.0, 1.0)
matrix colnames size= 1 2 3 4
matrix coleq size = initial
matrix rownames meret = size
matrix sector=(4.24, 7.17, 9.34, 17.63, 61.62)
matrix colnames sector = 1 2 3 4 5
matrix coleq sector = initial
matrix rownames sector = sector
ipfraking [pw=initial], ctotal(size sector) generate(rakedwgt1) nograph
Related Posts with Ipfraking
Can I use a multinomial logit regression analysis using cubic polynomial of time to control time dependence?If not, which method should I use to control time dependence? My dependent variable is categorial. T…
replacing numeric values with datesI have a variable named "year" which randomly displays the values 5 to 22. But I want "year" to disp…
asclogit choice model set returns incorrect coefficientsI am using asclogit to analyze a choice model (12 cases with 3 alternatives, 1 independent continuou…
number of columns (variables)?Dear All, I found this question here. The question is that how we count the number of columns in the…
Compatability error while creating a spatial lagged explanatory variableI am trying to create a spatially lagged X variable to run a SLX type model Issue: I get a compatib…
Subscribe to:
Post Comments (Atom)
0 Response to Ipfraking
Post a Comment