Notes
Variable construite à partir des variables suivantes :
- SEXE (Sexe)
- ELOISIRA (1er loisir préféré)
- ELOISIRB (2e loisir préféré)
- ELOISIRC (3e loisir préféré)
- ELOISIRD (4e loisir préféré)
- ELOISIRE (5e loisir préféré)
- CLOISIRA (1er loisir préféré du conjoint)
- CLOISIRB (2e loisir préféré du conjoint)
- CLOISIRC (3e loisir préféré du conjoint)
- CLOISIRD (4e loisir préféré du conjoint)
- CLOISIRE (5e loisir préféré du conjoint)
Programme SAS :
if (eloisira in (340 341 350 356 358 351 391 392 401 471) or eloisirb in (340 341 350 356 358 351 391 392 401 471) or eloisirc in (340 341 350 356 358 351 391 392 401 471) or eloisird in (340 341 350 356 358 351 391 392 401 471) or eloisire in (340 341 350 356 358 351 391 392 401 471)) then do;
if sexe=1 then hspecolo=1; if sexe=2 then fspecolo=1; end;
if (cloisira in (340 341 350 356 358 351 391 392 401 471) or cloisirb in (340 341 350 356 358 351 391 392 401 471) or cloisirc in (340 341 350 356 358 351 391 392 401 471) or cloisird in (340 341 350 356 358 351 391 392 401 471) or cloisire in (340 341 350 356 358 351 391 392 401 471)) then do;
if sexe=1 then fspecolo=1; if sexe=2 then hspecolo=1; end;
if hspecolo ne 1 then hspecolo=0; if fspecolo ne 1 then fspecolo=0;