|
This page last changed on 17.12.2013 by ttuv.
SHARE_RECALL_DEL_COR
The variable RECALL_DEL_COR is based on the SHARE variable cf016tot, which shows the raw score of number of words correctly recalled in delayed recall test.
CF016_ TEN WORDS LIST LEARNING DELAYED RECALL
The missings in RECALL_DEL_COR are coded 9999.
HAPIEE_RECALL_DEL_COR
Based on HAPIEE baseline variable cog12 for the number of words correctly recalled after a delay. Possible range 0-10. Coded 999 if cog12 is missing.
Stata code
gen recall_del_cor=cog12
replace recall_del_cor=999 if cog12 ==.
|