/*-------------------------------------------- Analyse SHS data in Stata Exemplar 2 First read in the file set the survey description and run the svydes to get a description of it --------------------------------------------------*/ use "C:\Documents and Settings\gillian raab\My Documents\aprojects\peas\ex2datafiles\data\ex2_nc.dta", clear svyset [pwei=ind_wt],psu(psu) strata(stratum) /*------------------------------------------------- First simple proportions of INTERNET USE We give the code for this below, but in Stata you can Also get a dialogue box by searching for the commands in the help menu When you complete this the code will be generated for you ------------------------------------------------*/ svyprop intuse /*_----------------------------------- wont do any analyses because of lonely PSU need to identify and recode using svydes ---------------------------------------------*/ svydes