Hello everyone,
I am currently working on replicating the Schwartz' model of values. Right from the start it is advised to "exclude[] persons with more than 5 missing responses and those who gave the same answer to more than 16 value items" (Bilsky et al. 2011: 762). While I succesfully managed to meet the first requirement and create a variable that counts the number of missings in varlist for each observation (egen X = rowmiss(varlist)), I cannot figure out how to measure whether 17 identical answers to the 21 value items have been given by one person. All items are numerical.
Is there another egen function I am missing? Do you have a workaround?
Thank you so much in advance!
Dan
I am currently working on replicating the Schwartz' model of values. Right from the start it is advised to "exclude[] persons with more than 5 missing responses and those who gave the same answer to more than 16 value items" (Bilsky et al. 2011: 762). While I succesfully managed to meet the first requirement and create a variable that counts the number of missings in varlist for each observation (egen X = rowmiss(varlist)), I cannot figure out how to measure whether 17 identical answers to the 21 value items have been given by one person. All items are numerical.
Is there another egen function I am missing? Do you have a workaround?
Thank you so much in advance!
Dan
Comment