Hi all,
I've searched the forum for the command "clrevmatch" but could not find any open discussions.
Have some of you used this command, how was the experience?
I started to use it and think it is a great thing; however, somehow I get an error message when I try to input the clerical review indicator:
[...]
How would you describe the pair?
crev2lbl:
0 not match
1 match
2 likely match
3 check hardcopy
please enter a clerical review indicator:. 1
1 is invalid
The code I used for the labels is:
local mylabel "0 "not match" 1 "match" 2 "likely match" 3 "check hardcopy" "
clrevmatch using "DSM-reclink.dta", ///
idmaster(pupil_num) idusing(entrynum) ///
varM(npupil_name school_class sex age matokeo school district) ///
varU(Upupil_name Uschool_class Usex Uage mRDT_result Uschool Udistrict) reclinkscore(myscore) ///
clrev_result(crev2) clrev_note(crnote2) clrev_label(`mylabel') replace
I also tried space1 1space 2 3 and so on..but always get the message "is invalid".
Any suggestions?
I've searched the forum for the command "clrevmatch" but could not find any open discussions.
Have some of you used this command, how was the experience?
I started to use it and think it is a great thing; however, somehow I get an error message when I try to input the clerical review indicator:
[...]
How would you describe the pair?
crev2lbl:
0 not match
1 match
2 likely match
3 check hardcopy
please enter a clerical review indicator:. 1
1 is invalid
The code I used for the labels is:
local mylabel "0 "not match" 1 "match" 2 "likely match" 3 "check hardcopy" "
clrevmatch using "DSM-reclink.dta", ///
idmaster(pupil_num) idusing(entrynum) ///
varM(npupil_name school_class sex age matokeo school district) ///
varU(Upupil_name Uschool_class Usex Uage mRDT_result Uschool Udistrict) reclinkscore(myscore) ///
clrev_result(crev2) clrev_note(crnote2) clrev_label(`mylabel') replace
I also tried space1 1space 2 3 and so on..but always get the message "is invalid".
Any suggestions?
Comment