• Accueil
  • Catalogue
  • Publications
  • Open Data
  • Guide
  • A propos
  • Admin
    Admin
    Accueil / Catalogue / IE0100 / variable [F1]
central

Enquête nationale sur le niveau intellectuel des enfants d'âge scolaire (1965)

France, 1963 - 1965
Accéder aux données
ID Ined
IE0100
DOI
https://doi.org/10.48756/ined-IE0100-3352
Producteur(s)
CLERC Paul, BENEDETTO Pierre
Métadonnées
Documentation au format PDF DDI/XML JSON
Créé le
Mar 04, 2022
Dernière modification
Jul 15, 2024
Consultations
88227
Téléchargements
4933
  • 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
  • IE0100_N

Avis du maître : synthèse des quatre causes combinées (A B C D) de non-adaptation de l'élève (N1_AD1)

Fichier de données: IE0100_N

Aperçu

Valides: 123635
Valeurs manquantes: 0
Type: Discret
Longueur: 2
Intervalle: -
Format: character

Question(s) et instruction(s)

Modalités
Valeur Modalité Cas
00 Pas d'inadaptation, ou inadaptation non déclarée 99023
80.1%
01 Le maître cite une seule cause, A, de type physique 1378
1.1%
02 Le maître cite une seule cause, B, de type structure conjugale 134
0.1%
03 Le maître cite une seule cause, C, de type ambiance famille ou école 2357
1.9%
04 Le maître cite une seule cause, D, de type psychologique 11282
9.1%
05 Le maître cite 2 causes, A+B, physique + structure conjugale 24
0%
06 Le maître cite 2 causes, A+C, physique + ambiance familiale 294
0.2%
07 Le maître cite 2 causes, A+D, physique + psychologique 1112
0.9%
08 Le maître cite 2 causes, B+C, structure conjugale + ambiance famille ou école 107
0.1%
09 Le maître cite 2 causes, B+D, structure conjugale + psychologique 165
0.1%
10 Le maître cite 2 causes, C+D, ambiance famille ou école + psychologique 1809
1.5%
11 Le maître cite 3 causes ou plus 282
0.2%
vv Sans infos issues de F3, mais avec infos issues de F1 5375
4.3%
ww Sans informations issues des fichiers F1 et F3 293
0.2%
Attention : les chiffres ci-dessus ne sont pas pondérés.

Autres

Notes
Variable calculée à partir des variables suivantes :
- N1_A3 (Avis du maître : élève avec cause A (trouble physique) de non-adaptation)
- N1_B3 (Avis du maître : élève avec cause B (structure conjugale) de non-adaptation)
- N1_C3 (Avis du maître : élève avec cause C (ambiance familiale ou scolaire) de non-adaptation)
- N1_D3 (Avis du maître : élève avec cause D (psychologique) de non-adaptation)

N1_AD1 contracte les informations des variables N1_A3 à N1_D3.

Programme SAS :
if n1_a3 = "vv" then n1_ad1= "vv";
else if n1_a3 = "ww" then n1_ad1= "ww";
else if n1_a3 ="05" and n1_b3 = "00" and n1_c3 = "0" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "00" and n1_b3 = "01" and n1_c3 = "1" and n1_d3 = "3" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "01" and n1_c3 = "6" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "10" and n1_b3 = "01" and n1_c3 = "0" and n1_d3 = "1" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "10" and n1_c3 = "0" and n1_d3 = "5" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "01" and n1_c3 = "0" and n1_d3 = "3" then n1_ad1 = "00";
else if n1_a3 = "02" and n1_b3 = "01" and n1_c3 = "1" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "08" and n1_b3 = "01" and n1_c3 = "1" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "01" and n1_c3 = "7" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "10" and n1_b3 = "00" and n1_c3 = "1" and n1_d3 = "1" then n1_ad1 = "00";
else if n1_a3 = "03" and n1_b3 = "01" and n1_c3 = "1" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "01" and n1_c3 = "3" and n1_d3 = "0" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "00" and n1_c3 = "8" and n1_d3 = "7" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "00" and n1_c3 = "8" and n1_d3 = "8" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "01" and n1_c3 = "0" and n1_d3 = "8" then n1_ad1 = "00";
else if n1_a3 = "07" and n1_b3 = "01" and n1_c3 = "0" and n1_d3 = "3" then n1_ad1 = "00";
else if n1_a3 = "01" and n1_b3 = "01" and n1_c3 = "0" and n1_d3 = "4" then n1_ad1 = "00";
else if n1_a3 = "08" and n1_b3 = "01" and n1_c3 = "0" and n1_d3 = "1" then n1_ad1 = "00";
else if n1_a3 in ("00" "01") and n1_b3 in ("00" "01") and n1_c3 in ("0" "1") and n1_d3 in ("0" "1") then n1_ad1= "00";
else if n1_a3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10") and n1_b3 in ("00" "01") and n1_c3 in ("0" "1") and
n1_d3 in ("0" "1") then n1_ad1= "01";
else if n1_b3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10" "11") and n1_a3 in ("00" "01") and n1_c3 in ("0" "1") and
n1_d3 in ("0" "1") then n1_ad1= "02";
else if n1_c3 in ("2" "3" "4" "5" "6" "7" "8") and n1_b3 in ("00" "01") and n1_a3 in ("00" "01") and
n1_d3 in ("0" "1") then n1_ad1= "03";
else if n1_d3 in ("2" "3" "4" "5" "6" "7" "8") and n1_b3 in ("00" "01") and n1_a3 in ("00" "01") and
n1_c3 in ("0" "1") then n1_ad1= "04";
else if n1_a3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10") and n1_b3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10" "11")
and n1_c3 in ("0" "1") and n1_d3 in ("0" "1") then n1_ad1= "05";
else if n1_a3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10") and n1_c3 in ("2" "3" "4" "5" "6" "7" "8")
and n1_b3 in ("00" "01") and n1_d3 in ("0" "1") then n1_ad1= "06";
else if n1_a3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10") and n1_d3 in ("2" "3" "4" "5" "6" "7" "8")
and n1_b3 in ("00" "01") and n1_c3 in ("0" "1") then n1_ad1= "07";
else if n1_b3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10" "11") and n1_c3 in ("2" "3" "4" "5" "6" "7" "8")
and n1_a3 in ("00" "01") and n1_d3 in ("0" "1") then n1_ad1= "08";
else if n1_b3 in ("02" "03" "04" "05" "06" "07" "08" "09" "10" "11") and n1_d3 in ("2" "3" "4" "5" "6" "7" "8")
and n1_a3 in ("00" "01") and n1_c3 in ("0" "1") then n1_ad1= "09";
else if n1_c3 in ("2" "3" "4" "5" "6" "7" "8") and n1_d3 in ("2" "3" "4" "5" "6" "7" "8")
and n1_a3 in ("00" "01") and n1_b3 in ("00" "01") then n1_ad1= "10";
else n1_ad1="11";
Retourner au catalogue
Catalogue d'enquêtes et de données de l'Ined

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