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
Duplicate DataHello, I'm trying to find a more concise/efficient way to identify duplicate data. It's not as stra…
confidence intervals in mixlogit user written commandHello Does any know whether confidence intervals in -mixlogit- are calculated via Krinsky and Robb o…
Interpretation of margins after ProbitI am running a probit model of math proficiency (proficient or not) on education expenditure (rupees…
Outreg2 for Likelihood Ratio Test (LR Test) ResultsHi all, I have been trying to send the Likelihood Ratio Test (LR Test) Results to MS Excel but fail…
Insignificant Variables and CollinearityHello! I am having some troubles with a particular regression. I have data from the labour force su…
Subscribe to:
Post Comments (Atom)
0 Response to Ipfraking
Post a Comment