logo lasa logo lasa
Site search   |  Themes
logo UVA en VU

Life events

The events were adapted from the life event inventory developed by Tennant and Andrews (1976), with the aim of assessing the stress of life events. The significance of life events is scaled in two conceptually different ways. The first is based on the magnitude of the change produced by the event. The second is based on the undesirable or distressing quality of the events. Sixty-seven items were validated in an Australian urban population. Item weights varied between 1 (marked financial improvement) and 83 (death of spouse).

The items used in the LASA data collection were selected on the following criteria: the event is not yet reported in another part of the questionnaire (e.g., death of spouse), the event is likely to occur relatively frequently in the population (e.g., having a baby is unlikely), and the event scores relatively high on the distress and life changes scalings.

Identification variable: respnr
Variables are stored in LASAc272, LASAd272, LASAe272

Introduction at wave C: U bent eerder op <datum T1> en op <datum T2> geïnterviewd. De volgende vragen gaan over bijzondere gebeurtenissen die U sinds het eerste interview in 1992, dus na <datum Tx-1>, heeft meegemaakt. Datum Tx-1 = datum T1.
Introduction at wave D and later: De volgende vragen gaan over bijzondere gebeurtenissen die U sinds het vorige interview, dus na <datum Tx-1>, heeft meegemaakt.

cfadied dfadied efadied father died
cmodied dmodied emodied mother died
Als beide ouders nog leefden (informatie van wave Tx-1): Is één van uw ouders na <datum Tx-1> overleden? nee / ja, vader / ja, moeder / ja, beiden
Als de moeder was overleden en de vader nog leefde (informatie van wave Tx-1): Is uw vader na <datum Tx-1> overleden? nee / ja
Als de moeder was overleden en de vader nog leefde (informatie van wave Tx-1): Is uw vader na <datum Tx-1> overleden? nee / ja
Als de vader was overleden en de moeder nog leefde (informatie van wave Tx-1): Is uw moeder na <datum Tx-1> overleden? nee / ja

cbrodied dbrodied ebrodied brothers died
Is één van uw broers na <datum Tx-1> overleden? Is uw broer na <datum Tx-1> overleden?
nee / ja / R heeft nooit broers gehad of de broers zijn overleden voor <datum Tx-1>
Welke broer(s) zijn overleden?

csisdied dsisdied esisdied sisters died
Is één van uw zussen na <datum Tx-1> overleden? Is uw zus na <datum Tx-1> overleden?
nee / ja / R heeft nooit zussen gehad of de zussen zijn overleden voor <datum Tx-1>
Welke zus(sen) zijn overleden?

csondied dsondied esondied sons died
Is één van uw zonen na <datum Tx-1> overleden? Is uw zoon na <datum Tx-1> overleden?
nee / ja / R heeft nooit zonen gehad of de zonen zijn overleden voor <datum Tx-1>
Welke zoon(zonen) zijn overleden?

cdaudied ddaudied edaudied daughters died
Is één van uw dochters na <datum Tx-1> overleden? Is uw dochter na <datum Tx-1> overleden?
nee / ja / R heeft nooit dochters gehad of de dochters zijn overleden voor <datum Tx-1>
Welke dochter(s) zijn overleden?

cgcdied dgcdied egcdied grandchildren died
Is één van uw kleinkinderen na <datum Tx-1> overleden? nee / ja

cillpart dillpart eillpart illness partner/spouse
Is uw partner/echtgenoot/echtgenote na <datum Tx-1> ernstig ziek geweest of heeft hij/zij een ernstig ongeluk gehad? nee / ja

cilloth dilloth eilloth illness relative(s)
Is één van uw familieleden na <datum Tx-1> ernstig ziek geweest of heeft hij/zij een ernstig ongeluk gehad? nee / ja
Interviewer: De partner wordt niet tot de familieleden gerekend. Als een familielid (anders dan kind, broer, zus of kleinkind) overleden is zonder ziekte of ongeluk, dan ook "ja" antwoorden.

ccrime dcrime ecrime victim of crime
Bent U na <datum Tx-1> slachtoffer geworden van een ernstig misdrijf? nee / ja

cconflic dconflic econflic conflict /w other persons
Heeft U na <datum Tx-1> een ernstige ruzie of een conflict gehad met iemand die voor u belangrijk is? nee / ja

cfinanc dfinanc efinanc financial problems
Heeft U na <datum Tx-1> ernstige financiële problemen gehad? nee / ja

nwmem correspondence /w LASAz047 (LASAc072)
If the answer on one of the questions on life events (LASAC272) was that a sibling or child had been deceased, a match was made with the sibling or child identified at earlier observations.

Composite score
A single composite score for stress can be composed by differentially weighting life-events. Weights were derived from Tennant & Andrews (1976). The syntax for distress between observation b and c:
match files
 /file 'LASAb010.sav'
 /file 'LASAb016.sav'
 /file 'LASAb221.sav'
 /file 'LASAb031.sav'
 /file 'LASAb235.sav'
 /file 'LASAc010.sav'
 /file 'LASAc014.sav'
 /file 'LASAc016.sav'
 /file 'LASAc019.sav'
 /file 'LASAc221.sav'
 /file 'LASAc031.sav'
 /file 'LASAc235.sav'
 /file 'LASAc272.sav'
 /by respnr
 /keep respnr bmarst cmarst bjob1 cjob1 cincdecl ccrime cillpart cilloth cdaudied csondied cbrodied csisdied cfadied cmodied cgcdied cmoved bsense02 csense02 bsense08 csense08 bmmsesc cmmsesc bnochrom cnochrom.
select if (not missing(cmarst)).
missing values all (lo thr -1).
compute distress=0.
format distress (f2).
* widowhood.
if (bmarst=2 & cmarst=4) distress=distress+83.
* divorced.
if (bmarst=2 & cmarst=3) distress=distress+54.
* marriage.
if (bmarst>2 & cmarst=2) distress=distress+5.
* job loss.
if (bjob1>cjob1) distress=distress+15.
* decline in income.
if (cincdecl>1)distress=distress+9.
* from list specified above.
if (ccrime=2) distress=distress+9.
if (cillpart=2) distress=distress+16.
if (cilloth=2) distress=distress+16.
if (cdaudied=2 | csondied=2) distress=distress+80.
if (cbrodied=2 | csisdied=2 | cfadied=2 | cmodied=2 | cgcdied=2) distress=distress+57.
* moved.
if (cmoved=2) distress=distress+8.
* loss in hearing or visus.
if ((bsense08<csense08) | (bsense02<csense02)) distress=distress+8.
* cognitive decline.
if (bmmsesc-cmmsesc>5)distress=distress+8.
* incidence of chronic disease.
if (cnochrom>bnochrom) distress=distress+16.
count nummiss=bmarst cmarst bjob1 cjob1 cincdecl ccrime cillpart cilloth cdaudied csondied cbrodied csisdied cfadied cmodied cgcdied cmoved bsense02 csense02 bsense08 csense08 bmmsesc cmmsesc bnochrom cnochrom (missing).
if (nummiss>15) distress=-1.
missing values distress (-1).
variable label distress 'stress composite score (b-c)'.
value labels distress -1 'missing' 0 'low' 198 'high'.

The distress score ranges between 0-198; M = 43.0; SD = 38.1. Because of the skewness of the frequency distribution, a square root transformation can be used in the analysis:
compute distres2=sqrt (distress + 1).

References
de Beurs, E., Beekman, A.T.F., Deeg, D.J.H., van Dyck, R., & van Tilburg W. (2000). Predictors of change in anxiety symptoms of older persons: Results from the Longitudinal Aging Study Amsterdam. Psychological Medicine, 30, 515-527.
de Beurs, E., Beekman, A.T.F., Geerlings, S.W., Deeg, D.J.H., van Dyck, R., & van Tilburg, W. (2001). On becoming depressed or anxious in late life: Similar vulnerability factors but different effects of stressful life events. British Journal of Psychiatry, 179, 426-431.
Steele, G.P., Henderson, S., & Duncan-Jones, P. (1980). The reliability of reporting adverse experiences. Psychological Medicine, 10, 301-306.
Tennant, C., & Andrews, G. (1976). A scale to measure the stress of life events. Australian & New Zealand Journal of Psychiatry, 10, 27-32.

Updated 28-2-2002