| 
		
			| Re: Next IPUMS-DHS Release [message #17860 is a reply to message #17858] | Thu, 27 June 2019 13:26   |  
			| 
				
				
					|  boyle014 Messages: 78
 Registered: December 2015
 Location: Minneapolis
 | Senior Member |  |  |  
	| Quote: Do I just substitute these for the integrated version in the STATA code below?That's correct. 
 As you note, you don't need to construct unique strata variables; they are already in IPUMS DHS (idhsstrata).
 
 Your weighting command is correct. If you get an error message about single strata, add "singleunit(center)" to the end of it:
 
 svyset [pw=perweight], psu(idhspsu) strata(idhsstrata) singleunit(center)
 
 Professor Elizabeth Boyle
 Sociology & Law, University of Minnesota, USA
 Principal Investigator, IPUMS-DHS
 |  
	|  |  |