|
This page last changed on 17.12.2013 by ttuv.
TROMSO_RECALL_IM_TOT
Name: RECALL_IM_TOT
Description and values:
Values are the total number of words read out during the test
999 = Missing
Local variable explanation:
SUM_RECOGNITION_T62 : Sum recognition
SUM_RECOGNITION_T52 : Sum recognition
SAS code:
for Tromsøundersøkelsen round 6.
RECALL_IM_TOT_T6=SUM_RECOGNITION_T62;
if SUM_RECOGNITION_T62 EQ . then RECALL_IM_TOT_T6=999;
for Tromsøundersøkelsen round 5.
RECALL_IM_TOT_T5=SUM_RECOGNITION_T52;
if SUM_RECOGNITION_T52 EQ . then RECALL_IM_TOT_T5=999;
SHARE_RECALL_IM_TOT
The variable RECALL_IM_TOT is based on the SHARE variable cf008tot. It shows the total number of words read out in the word recall test.
CF008_ TEN WORDS LIST LEARNING FIRST TRIAL
In the variable RECALL_IM_TOT the missings are coded with 9999.
HAPIEE_RECALL_IM_TOT
Word list for immediate recall test consisted of 10 common nouns. Variable created specifically for CHANCES.
Stata code
gen recall_im_tot=10
|