|
|
|
@ -1123,7 +1123,6 @@ forvalues k=1/1000 {
|
|
|
|
|
if (`nummoda'==2) {
|
|
|
|
|
qui recode item`j' (`checker'=0) (`checker2'=1)
|
|
|
|
|
}
|
|
|
|
|
di `nummoda'
|
|
|
|
|
if (`nummoda'==3) {
|
|
|
|
|
if (`checker'!=0) {
|
|
|
|
|
qui recode item`j' (`checker'=0) (`checker2'=1) (`checker3'=2)
|
|
|
|
@ -1733,7 +1732,6 @@ forvalues k=1/1000 {
|
|
|
|
|
if (`nummoda'==2) {
|
|
|
|
|
qui recode item`j' (`checker'=0) (`checker2'=1)
|
|
|
|
|
}
|
|
|
|
|
di `nummoda'
|
|
|
|
|
if (`nummoda'==3) {
|
|
|
|
|
if (`checker'!=0) {
|
|
|
|
|
qui recode item`j' (`checker'=0) (`checker2'=1) (`checker3'=2)
|
|
|
|
|