Logo de l'Ined Logo du site Datained
  • Accueil
  • Catalogue
  • Publications
  • Open Data
  • Guide
  • A propos
  • Connexion
    Connexion
    Accueil / Catalogue de données central / IE0164 / variable [F1]
central

La formation des couples (1983-1984)

France, 1983 - 1984
Obtenir les microdonnées
ID de référence
IE0164
DOI
https://doi.org/10.48756/ined-IE0164-4215
Producteur(s)
BOZON Michel, HERAN François
Métadonnées
Documentation au format PDF DDI/XML JSON
Créé le
Mar 04, 2022
Dernière modification
Jul 15, 2024
Consultations
432774
Téléchargements
695
  • Description de l'étude
  • Description des données
  • Téléchargements
  • Obtenir les microdonnées
  • Publications connexes
  • Ensembles de données associés
  • Fichiers de données
  • IE0164_N

Homme - Biographie matrimoniale (HBIOMAT)

Fichier de microdonnées: IE0164_N

Aperçu

Valide: 2924
Non valide: 0
Type: Discret
Décimal: 2
Largeur: 8
Intervalle: 1 - 4
Format: Numérique

Questions et instructions

Catégories
Valeur Catégorie le cas
1 Marié(e) 2039
69.7%
2 Célibataire 621
21.2%
3 A été veuf(-ve) 21
0.7%
4 A été divorcé(e) 243
8.3%
Attention : ces chiffres indiquent le nombre de cas trouvés dans le fichier de données. Ils ne peuvent être interprétés comme des statistiques sommaires de la population d'intérêt.

Autres

Notes
Variable construite à partir des variables suivantes :
- SEXE (Sexe)
- MAT (Situation matrimoniale légale)
- MATCJT (Situation matrimoniale légale du conjoint avant le début de la vie commune)

Programme SAS :
if sexe=1 then do;
if mat=1 then hbiomat=1;
else if mat=4 then hbiomat=2;
else if mat in (3 7) then hbiomat=3;
else if mat in (2 5 6) then hbiomat=4; end;
if sexe=2 then do;
if mat=1 then fbiomat=1;
else if mat=4 then fbiomat=2;
else if mat in (3 7) then fbiomat=3;
else if mat in (2 5 6) then fbiomat=4; end;
if sexe=1 then do;
if hbiomat=1 and matcjt in (1 9) then fbiomat=1;
if hbiomat=1 and matcjt=2 then fbiomat=4;
if hbiomat=1 and matcjt=3 then fbiomat=3;
if hbiomat=2 and matcjt in (1 2) then fbiomat=4;
if hbiomat in (1 2) and matcjt=4 then fbiomat=hbiomat;
if hbiomat=3 and matcjt=2 and mat=3 then fbiomat=4;
if hbiomat=3 and matcjt=4 and mat=3 then fbiomat=1;
if hbiomat=3 and matcjt=4 and mat=7 then fbiomat=2;
if hbiomat=4 and matcjt=4 and mat=2 then fbiomat=1;
if hbiomat=4 and matcjt=4 and mat=5 then fbiomat=2;
if hbiomat=4 and matcjt=4 and mat=6 then fbiomat=2;
if hbiomat=4 and matcjt=1 then fbiomat=1;
if hbiomat=4 and matcjt=2 then fbiomat=4;
if matcjt=5 then fbiomat=4;
if matcjt=6 then fbiomat=4;
if matcjt=7 then fbiomat=3;
end;
if sexe=2 then do;
if fbiomat=1 and matcjt in (1 9) then hbiomat=1;
if fbiomat=1 and matcjt=2 then hbiomat=4;
if fbiomat=1 and matcjt=3 then hbiomat=3;
if fbiomat=2 and matcjt in (1 2) then hbiomat=4;
if fbiomat in (1 2) and matcjt=4 then hbiomat=fbiomat;
if fbiomat=3 and matcjt=2 and mat=3 then hbiomat=4;
if fbiomat=3 and matcjt=4 and mat=3 then hbiomat=1;
if fbiomat=3 and matcjt=4 and mat=7 then hbiomat=2;
if fbiomat=4 and matcjt=4 and mat=2 then hbiomat=1;
if fbiomat=4 and matcjt=4 and mat=5 then hbiomat=2;
if fbiomat=4 and matcjt=4 and mat=6 then hbiomat=2;
if fbiomat=4 and matcjt=1 then hbiomat=1;
if fbiomat=4 and matcjt=2 then hbiomat=4;
if matcjt=5 then hbiomat=4;
if matcjt=6 then hbiomat=4;
if matcjt=7 then hbiomat=3;
end;
Revenir au catalogue
Catalogue d'enquêtes et de données de l'Ined

© Catalogue d'enquêtes et de données de l'Ined, All Rights Reserved.