Dear all,
I'm using Stata 14.2. and working with Panel-Data Wave 2-8. I have trouble to generate the AV for the FE model, because in Wave 3 Item ,pcr3i5' was not asked. I have the information of the previous wave (2) and the following wave (4). I know that there is a possibility (maybe with means?) but I didn't unterstand what I found on the internet. If I drop this Item it reduces the Alpha Value of the Intex-Variable. Furthermore I need to keep this Item because I'm working with Multi-Actor-Design.
This is how I generate the AV:
The next 'problem' is that I have left censored Data for the Variable ehc28p1 at wave 2. I decided to drop wave 2 and work with wave 3-8. Its no problemto drop wave 2 after using it for the missing values for Item pcr3i5 isn't it?
Tank you!
Guest
I'm using Stata 14.2. and working with Panel-Data Wave 2-8. I have trouble to generate the AV for the FE model, because in Wave 3 Item ,pcr3i5' was not asked. I have the information of the previous wave (2) and the following wave (4). I know that there is a possibility (maybe with means?) but I didn't unterstand what I found on the internet. If I drop this Item it reduces the Alpha Value of the Intex-Variable. Furthermore I need to keep this Item because I'm working with Multi-Actor-Design.
This is how I generate the AV:
Code:
*** BEZIEHUNGSQUALITÄT _ AUS SICHT ANKER *** *** Intimität: pcr3i1 pcr3i8 // Wertschätzung: pcr3i2 pcr3i5 // Conflict: pcr3i4 pcr3i6 *** alpha pcr3i1 pcr3i8 pcr3i2 pcr3i4 pcr3i6, item revv pcr3i4 pcr3i6 // Vorzeichen ändern alpha pcr3i1 pcr3i8 pcr3i2 rv_pcr3i4 rv_pcr3i6, item egen bezqual_anker = rowmean (pcr3i1 pcr3i8 pcr3i2 rv_pcr3i4 rv_pcr3i6) // Indexvariable erstellen label var bezqual_anker "Beziehungsqualität (Elternperspektive)" label def bezqual_anker 1 "1 niedrig" 5 "5 hoch" label val bezqual_anker bezqual_anker
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input long(id cid) byte(wave pcr3i1 pcr3i2 pcr3i4 pcr3i5 pcr3i6 pcr3i8 ehc28p1) 111000 111203 2 4 4 2 4 2 4 . 111000 111203 3 4 4 1 . 1 5 0 111000 111203 4 4 4 3 4 3 5 1 111000 111203 5 3 3 2 4 2 3 1 111000 111203 6 4 4 2 5 3 4 1 111000 111203 7 4 4 2 4 2 4 1 111000 111203 8 4 4 2 4 3 4 1 907000 907201 8 3 5 2 5 1 4 1 1300000 1300202 2 5 4 2 4 2 4 . 1300000 1300202 3 5 5 2 . 2 3 1 1300000 1300202 4 5 5 2 5 2 4 1 1624000 1624201 8 4 3 2 5 2 4 1 2767000 2767201 2 4 5 2 4 2 4 . 2767000 2767201 3 5 5 3 . 3 4 1 2767000 2767201 4 4 4 2 5 3 3 1 3491000 3491201 8 4 4 2 5 3 4 1 3902000 3902201 5 4 4 2 5 2 4 1 3902000 3902201 6 4 4 1 5 2 4 1 3902000 3902201 7 4 4 1 4 2 3 1 3902000 3902201 8 4 4 1 5 2 4 1 4814000 4814203 5 3 4 2 4 3 4 1 4835000 4835201 2 4 4 2 4 3 4 . 4835000 4835201 3 4 4 2 . 3 4 1 4835000 4835201 4 3 4 3 4 4 3 1 4835000 4835201 5 3 4 3 4 3 2 1 4858000 4858201 4 5 5 1 5 1 5 1 4858000 4858201 5 5 5 1 5 1 5 1 4858000 4858201 6 4 4 3 5 3 4 1 4858000 4858201 7 3 5 3 5 3 4 1 4858000 4858201 8 2 5 3 3 1 2 1 5780000 5780204 2 2 3 3 3 3 2 . 6151000 6151201 5 4 5 2 5 2 3 1 6151000 6151201 6 3 4 2 5 2 4 1 6151000 6151201 7 3 4 1 5 2 3 1 6151000 6151201 8 4 4 2 5 3 3 1 6519000 6519201 4 3 3 3 4 3 4 1 6519000 6519201 5 4 4 2 4 3 4 1 6519000 6519201 6 4 3 3 4 4 4 1 6519000 6519201 7 3 4 3 4 4 4 1 6519000 6519201 8 3 4 3 4 3 3 1 7631000 7631201 8 5 5 3 5 3 5 1 8807000 8807203 4 3 3 1 3 3 3 1 8948000 8948201 2 2 4 2 5 2 3 . 8948000 8948201 3 2 4 2 . 2 3 1 8948000 8948201 4 2 5 1 5 2 2 1 8948000 8948201 5 2 4 2 4 2 2 1 8948000 8948201 6 2 4 3 4 2 2 1 8948000 8948201 7 2 4 2 4 2 3 1 8948000 8948201 8 2 4 2 5 2 2 1 9657000 9657201 5 5 3 3 3 3 5 1 9657000 9657201 8 4 4 3 4 3 4 1 9917000 9917201 5 4 5 3 5 3 4 1 9917000 9917201 6 4 4 2 5 2 4 1 9917000 9917201 8 4 4 3 4 3 3 1 9980000 9980201 4 3 5 1 5 3 2 1 10208000 10208201 3 4 4 2 . 2 4 1 10208000 10208201 4 3 4 2 4 2 3 1 10208000 10208201 5 5 5 2 4 2 4 1 10208000 10208201 6 4 4 2 4 2 4 1 10208000 10208201 7 4 4 2 5 3 4 1 10208000 10208201 8 4 4 3 4 2 4 1 10250000 10250201 8 4 4 2 5 2 4 1 10564000 10564202 2 4 4 3 4 3 4 . 10957000 10957202 2 5 4 1 4 2 4 . 10957000 10957202 3 4 4 1 . 1 3 1 10957000 10957202 4 3 4 1 4 1 3 1 10957000 10957202 5 3 4 2 4 1 3 1 11295000 11295201 4 4 5 2 5 3 3 0 11295000 11295201 5 3 4 2 4 2 4 1 11295000 11295201 6 4 4 2 4 3 4 1 11295000 11295201 7 4 4 3 4 3 4 1 11295000 11295201 8 3 4 2 4 3 3 1 11470000 11470201 6 4 4 2 4 3 3 1 12266000 12266201 2 -2 -2 -2 -2 -2 -2 . 12266000 12266201 3 3 4 2 . 2 4 1 12266000 12266201 6 4 4 3 5 4 3 1 12471000 12471201 6 3 4 4 3 3 3 1 12471000 12471201 8 2 4 4 3 4 2 1 12490000 12490201 3 4 4 3 . 3 4 1 12490000 12490201 4 4 3 3 4 3 4 1 12490000 12490201 5 4 4 3 3 3 4 1 12490000 12490201 6 4 3 4 3 4 4 1 12490000 12490201 7 4 3 3 3 3 4 1 12490000 12490201 8 3 3 3 3 3 3 1 13345000 13345202 2 5 5 2 4 2 5 . 13345000 13345202 3 5 4 2 . 2 5 1 13345000 13345202 4 3 4 3 4 3 5 1 13588000 13588201 6 4 5 2 5 1 4 1 13588000 13588201 7 4 4 1 5 1 5 1 13937000 13937201 6 3 5 3 5 2 4 1 13937000 13937201 8 3 5 2 5 3 4 1 14660000 14660201 2 5 4 1 5 1 4 . 14685000 14685202 2 4 4 2 4 2 3 . 14685000 14685202 3 4 4 2 . 2 4 1 14722000 14722201 3 2 4 2 . 2 3 1 14722000 14722201 4 3 3 2 4 1 3 1 14722000 14722201 5 3 3 2 3 1 3 1 14722000 14722201 6 3 4 2 4 2 3 1 14722000 14722201 7 3 4 2 4 1 2 1 14722000 14722201 8 2 3 2 4 2 2 1 end label values wave WAVE_prt2 label def WAVE_prt2 2 "2 2009/10", modify label values pcr3i1 LABE_prt2 label values pcr3i2 LABE_prt2 label values pcr3i4 LABE_prt2 label values pcr3i5 LABE_prt2 label values pcr3i6 LABE_prt2 label values pcr3i8 LABE_prt2 label def LABE_prt2 -2 "-2 Keine Angabe", modify label def LABE_prt2 2 "2 Selten", modify label def LABE_prt2 3 "3 Manchmal", modify label def LABE_prt2 4 "4 Häufig", modify label def LABE_prt2 5 "5 Immer", modify label def LABE_prt2 1 "1 Nie", modify label values ehc28p1 liste160a_ac3 label def liste160a_ac3 0 "0 Nein", modify label def liste160a_ac3 1 "1 Ja", modify label var id "Personennummer Anker" label var cid "Personennummer Kind" label var wave "Erhebungsjahr" label var pcr3i1 "Ihr Kind erzählt Ihnen, was es beschäftigt (Frage 6)" label var pcr3i2 "Die Dinge, die Ihr Kind tut, werden von Ihnen anerkannt (Frage 6)" label var pcr3i4 "Sie und Ihr Kind sind ärgerlich oder wütend aufeinander (Frage 6)" label var pcr3i5 "Sie zeigen Ihrem Kind, dass Sie es gut finden (Frage 6)" label var pcr3i6 "Sie und Ihr Kind sind unterschiedlicher Meinung und streiten sich (Frage 6)" label var pcr3i8 "Ihr Kind teilt mit Ihnen seine Gefühle und Gedanken (Frage 6)" label var ehc28p1 "Jetzt leben in Wohnung Vorwelle [Lebensmittelpunkt] (EHC)"
Guest
Comment