This page last changed on 17.09.2013 by ttuv.

TROMSO_SEX

Variable SEX_T4 : Sex

Values Categories
1 Male
0 Female

SAS code:

SEX=SEX_T4;
IF SEX EQ 0 then SEX=2;


SENECA_SEX

SEX is based on the SENECA variable SEX

1 = male

2 = female


HAPIEE_SEX

Stata code

gen sex = q2


EPIC_SEX

EPIC Variable SEX was used.

EPIC Var definition(s):
SEX = Gender of participants (1=male, 2=female).

Coding rule in STATA: none.
Comment: The EPIC variable is identical with the one proposed in CHANCES


Document generated by Confluence on 26.02.2015 17:25