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
Indicator variable based on change in string variableHi, I'm dealing with (unbalanced) panel data. Code: * Example generated by -dataex-. To install: s…
Marginal Effects after GsemHello everyone I am running a multinomial logit model using gsem I tried finding marginal effect of …
label value?Dear All, Is there any other way (say, one line command) to obtain `a' as below. Code: * Example ge…
Unbalanced datasetHello Stata users, I started using Stata recently and at the moment I find myself in a dilemma. My d…
Issue with Importing the DataI am trying to import a dataset with almost 700,000 observations. One of the column consists of the …
Subscribe to:
Post Comments (Atom)
0 Response to Ipfraking
Post a Comment