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
mean comparison for panel dataDear All, I have a panel data with three waves and i am comparing the mean difference (mean comparis…
Plot number of events per month, over time (simple)Hi Folks. Sorry Stata beginner here, but wondered if others had a good approach to what I am trying …
conformability 503 error in tab commandHello, I am trying to do chi2 tests and store the chi2, p, and the frequencies with the following co…
Wilcoxon Rank Sum Test between countriesHello everyone, I was talking to my supervisor and he asked me to do a Wilxoxon ranksum test for my…
How to estimate the marital status (Married and widowed) using the information on the Relationship of person to household headHello, everyone I am having a cross-sectional data on the relationship of person to household head. …
Subscribe to:
Post Comments (Atom)
0 Response to Ipfraking
Post a Comment