Variableneigenschaften
Label | [k] Betreu. Kleinkinder Familie|Kiga|Großm|Tagesm|Sonst |
Generiert | /* Betreuungsindikator für Kleinkinder */. numeric a2btreu0 (F5.0). VAR LAB a2btreu0 '[k] Betreu. Kleinkinder Familie|Kiga|Großm|Tagesm|Sonst'. * Kindergartenbesuch ja/nein. if (a2203 = 1) a2btreu0 = 1000. if (a2203 = 2) a2btreu0 = 0. if (sysmis(a2btreu0) and ktyp = 1) a2btreu0 = 4000. * Kindergartenbesuch ganz-/halbtags. DO IF (a2btreu0 >= 1000). + if (any(a2208,4,5)) a2btreu0 = a2btreu0 + 2000. + if (any(a2208,1,2,6)) a2btreu0 = a2btreu0 + 1000. END IF. * Private Betreuung in Familie/ Großeltern/ Tagesmutter/ sonstige. if (a2201_1=1) #fami = 10000. if (a2201_2=1) #fami = 10000. if (a2201_4=1) #fami = 10000. if (a2201_3=1) #grosz = 100. if (a2201_7=1) #tagm = 10. if (a2201_5=1) #sonst = 1. if (a2201_6=1) #sonst = 1. if (a2201_8=1) #sonst = 1. if (a2201_9=1) #sonst = 1. compute #addval = sum(#fami, #grosz, #tagm, #sonst). IF (sysmis(a2btreu0) = 0) a2btreu0 = a2btreu0+#addval. VAL LAB a2btreu0 10101 'F|_|GM|_|*' 10111 'F|_|GM|TM|*' 11101 'F|KIGA|GM|_|*' 12000 'F|HALB|_|_|_' 13101 'F|GANZ|GM|_|*' 14101 'F|k>|GM|_|*'. |
Kommentar | Die Variable bildet eine Konfigurationsfrequenz der Betreuung der Kinder, im Hinblick auf die familiäre und institutionelle Betreuungsformen. Im einzelnen gehen dabei die Betreuung durch:
Die zweite Ziffer kann die folgenden Werte annehmen:
Die letzten drei Ziffern markieren, ob
Eine 1 bedeutet jeweils 'ja', 0 'nein'. |
Gültige Fälle: | 1.148 | Minimum: | 10101 | Mean: | 12.321,000 | |||
Gesamtfälle: | 2.190 | Maximum: | 14111 | Stdev s: | 764,000 |
Werte | Label | n | % | valid | cum | |
---|---|---|---|---|---|---|
Valid | 10101 | F|_|GM|_|* | 4 | 0.18 | 0.35 | 0.35 |
10111 | F|_|GM|TM|* | 37 | 1.69 | 3.22 | 3.57 | |
11101 | F|KIGA|GM|_|* | 2 | 0.09 | 0.17 | 3.75 | |
11111 | - | 70 | 3.20 | 6.10 | 9.84 | |
12000 | F|HALB|_|_|_ | 3 | 0.14 | 0.26 | 10.10 | |
12100 | - | 2 | 0.09 | 0.17 | 10.28 | |
12101 | - | 76 | 3.47 | 6.62 | 16.90 | |
12111 | - | 601 | 27.44 | 52.35 | 69.25 | |
13101 | F|GANZ|GM|_|* | 24 | 1.10 | 2.09 | 71.34 | |
13111 | - | 285 | 13.01 | 24.83 | 96.17 | |
14101 | F|k>|GM|_|* | 5 | 0.23 | 0.44 | 96.60 | |
14111 | - | 39 | 1.78 | 3.40 | 100.00 | |
Gesamt | 1.148 | 52.42 | 100.0 | |||
Missing | System | 1.042 | 47.58 | |||
Gesamt | 1.042 | 47.58 | ||||
Gesamt | 2.190 | 100.0 |