• Accueil
  • Catalogue
  • Publications
  • Open Data
  • Guide
  • A propos
  • Admin
    Admin
    Accueil / Catalogue / IE0164 / variable [V572]
central

La formation des couples (1983-1984)

France, 1983 - 1984
Accéder aux données
ID Ined
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
300522
Téléchargements
471
  • Métadonnées
  • Dictionnaire de données
  • Ressources téléchargeables
  • Accéder aux données
  • Bibliographie
  • Références reliées
  • Fichiers de données
  • IE0164_N

Homme - Biographie matrimoniale (HBIOMAT)

Fichier de données: IE0164_N

Aperçu

Valides: 2924
Valeurs manquantes: 0
Type: Discret
Décimale(s): 2
Longueur: 8
Intervalle: 1 - 4
Format: Numérique

Question(s) et instruction(s)

Modalités
Valeur Modalité 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 : les chiffres ci-dessus ne sont pas pondérés.

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;
Retourner au catalogue
Catalogue d'enquêtes et de données de l'Ined

Site de l'Ined | Mentions légales
© 2025, Ined, All Rights Reserved.