Hello all,
I am working with data from the U.S. Bureau of Justice Statistics (specifically, the School Crime Supplement to the National Crime Victimization Survey). This is a cross-sectional, nationally representative survey that is administered every other year. BJS provides weights and strata information to svyset the data for analysis (these are pweights in Stata-speak). I would like to pool these cross sections (adding a time variable) to understand trends in certain reported school crime as they are associated with student characteristics. My question is about the weights. Specifically, once I merge the data, do I need to (or how do I need to) adjust the provided sampling weights to get a valid estimate across time. Assume, for simplicity, that I am regressing reported bullying victimization and gender across years -
Bullying = alpha + beta1(gender) + beta2(year) + epsilon
Each sample member in the pooled dataset comes from one of the constituent years and has his or her own associated pweight. Do I keep the pweights the same in the pooled dataset or must they be adjusted somehow before I svyset the pooled dataset?
Thanks in advance,
Pete
I am working with data from the U.S. Bureau of Justice Statistics (specifically, the School Crime Supplement to the National Crime Victimization Survey). This is a cross-sectional, nationally representative survey that is administered every other year. BJS provides weights and strata information to svyset the data for analysis (these are pweights in Stata-speak). I would like to pool these cross sections (adding a time variable) to understand trends in certain reported school crime as they are associated with student characteristics. My question is about the weights. Specifically, once I merge the data, do I need to (or how do I need to) adjust the provided sampling weights to get a valid estimate across time. Assume, for simplicity, that I am regressing reported bullying victimization and gender across years -
Bullying = alpha + beta1(gender) + beta2(year) + epsilon
Each sample member in the pooled dataset comes from one of the constituent years and has his or her own associated pweight. Do I keep the pweights the same in the pooled dataset or must they be adjusted somehow before I svyset the pooled dataset?
Thanks in advance,
Pete
Comment