section a: coverscreen (respondent)

========================================================================================== hrs 2006 final release note to users: this codebook is designed to match the distribution dataset. codebook metadata are derived from the data collection instrument. if you have questions concerning codebook layout or content please bring them to the attention of the hrs staff at hrsquestions@umich.edu. printing recommendation: set margins (left/right/top/bottom) to .5 inch; print in portrait orientation using a mono-space 10-point font. ==========================================================================================

hhid           household identification number

         section: a     level: respondent      type: character  width: 6   decimals: 0

         .................................................................................
         18469           000003-502761.  household identification number

pn             respondent person identification number

         section: a     level: respondent      type: character  width: 3   decimals: 0

         .................................................................................
          9988         010.  person identifier
           532         011.  person identifier
            22         012.  person identifier
             1         013.  person identifier
          5869         020.  person identifier
           141         021.  person identifier
             7         022.  person identifier
           733         030.  person identifier
            41         031.  person identifier
             3         032.  person identifier
          1077         040.  person identifier
            53         041.  person identifier
             2         042.  person identifier

subhh         2006 sub household identification number

         section: a     level: respondent      type: character  width: 1   decimals: 0

         .................................................................................
         17394           0.  original sample household - no split from divorce or
                             separation of spouses or partners
           557           1.  split household - one half of couple from subhh 0 and new
                             spouse or partner, if any
           405           2.  split household - one half of couple from subhh 0 and new
                             spouse or partner, if any
            37           5.  split household - one half of couple from subhh 1 or 2
             6           6.  split household - one half of couple from subhh 1 or 2
            69           7.  reunited household - respondents from split household
                             reunite
             1           8.  split household - one half of couple from subhh 1 or 2

jsubhh         2004 sub household identification number

         section: a     level: respondent      type: character  width: 1   decimals: 0

         .................................................................................
         17557           0.  original sample household - no split from divorce or
                             separation of spouses or partners
           465           1.  split household - one half of couple from subhh 0 and new
                             spouse or partner, if any
           355           2.  split household - one half of couple from subhh 0 and new
                             spouse or partner, if any
            29           5.  split household - one half of couple from subhh 1 or 2
             3           6.  split household - one half of couple from subhh 1 or 2
            60           7.  reunited household - respondents from split household
                             reunite

pn_sp         2006 spouse/partner person number

         section: a     level: respondent      type: character  width: 3   decimals: 0

         .................................................................................
          5195         010.  person identifier
           460         011.  person identifier
            16         012.  person identifier
             1         013.  person identifier
          4670         020.  person identifier
           120         021.  person identifier
             5         022.  person identifier
           583         030.  person identifier
            36         031.  person identifier
             3         032.  person identifier
           879         040.  person identifier
            47         041.  person identifier
             2         042.  person identifier
            21         811.  spouse of non-original respondent
             2         812.  spouse of non-original respondent
             5         821.  spouse of non-original respondent
             2         831.  spouse of non-original respondent
             2         841.  spouse of non-original respondent
          6420       blank.  inap (inapplicable); partial interview; single r household

csr           2006 whether coversheet respondent

         section: a     level: respondent      type: numeric    width: 1   decimals: 0

         .................................................................................
         12605           1.  yes
          5864           5.  no

famr          2006 whether family respondent

         section: a     level: respondent      type: numeric    width: 1   decimals: 0

         .................................................................................
         12513           1.  family r
          5956           5.  non-family r

finr          2006 whether financial respondent

         section: a     level: respondent      type: numeric    width: 1   decimals: 0

         .................................................................................
         12558           1.  financial r
          5911           5.  non-financial r

构造变量

         *assign a500_curdate := sysdate:

if (a120_updater > 0) or a503_refresh <> 
         empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a500          date of interview - month

         section: a     level: respondent      type: numeric    width: 8   decimals: 0
         ref: init.a500_curdate

         .................................................................................
           343           1.  jan
            80           2.  feb
          2180           3.  mar
          2949           4.  apr
          2790           5.  may
          2694           6.  jun
          2188           7.  jul
          1650           8.  aug
          1301           9.  sep
          1171          10.  oct
           711          11.  nov
           412          12.  dec

构造变量

         *assign a501_curdateyear := a500_curdate.year:

if (a120_updater > 0) or 
         a503_refresh <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a501          date of interview - year

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a501_curdateyear

         .................................................................................
         18046        2006.  actual value
           423        2007.  actual value

构造变量

         *assign a061tlcy_a := year (sysdate) - 1:

if (a120_updater > 0) or 
         a503_refresh <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a061          last calendar yr calculated

         section: a     level: respondent      type: numeric    width: 4   decimals: 0
         ref: init.a061tlcy_a

         .................................................................................
         18469               2005-2006.  actual value

构造变量

         *assign a062t2yrsago_a := year (sysdate) - 2:

if (a120_updater > 0) or 
         a503_refresh <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a062          two years ago

         section: a     level: respondent      type: numeric    width: 4   decimals: 0
         ref: init.a062t2yrsago_a

         .................................................................................
         18469               2004-2005.  actual value

构造变量

         *assign a063_elapsemo := ((year (sysdate) - a062t2yrsago_a) * 12) + month 
         (sysdate):

if (a120_updater > 0) or a503_refresh <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a063          elapsed months from now to two yrs ago

         section: a     level: respondent      type: numeric    width: 2   decimals: 0
         ref: init.a063_elapsemo

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469       25          36         30.15          2.50       0
         -----------------------------------------------------------------

构造变量

         *assign a064_elapsemo2 := ((rvars.z093_iwyr_v - (year (sysdate) - 2)) * 12) + 
         rvars.z092_iwmo_v.ord:

if (a120_updater > 0) or a503_refresh <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a064          num mo from prev wave iw to two yrs ago

         section: a     level: respondent      type: numeric    width: 2   decimals: 0
         ref: init.a064_elapsemo2

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          17690        0          14          6.30          2.46     779
         -----------------------------------------------------------------

构造变量

         ask:

if hh.x024_reiwhh_v = yes 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a002          respondent agree to interview

         section: a     level: respondent      type: numeric    width: 1   decimals: 0
         ref: seca.startinterview.a002_iwbegin

         is (the respondent/the proxy for the respondent) willing/able to do the
         interview?
         
           choosing 'yes' will continue this interview

         .................................................................................
         18469           1.  yes

构造变量

         *assign a009_selfprxy := a155_selfprxy.ord:

if hh.x024_reiwhh_v = yes 
         
if a009_selfprxy = empty 
         
*not(else)*(if a155_selfprxy = pxyspisreporternotsame) 
         
if a155_selfprxy <> empty 
         



*assign a009_selfprxy := pxyspisreporter:

if hh.x024_reiwhh_v = yes 
         
if a009_selfprxy = empty 
         
if a155_selfprxy = pxyspisreporternotsame 
         



*assign seca.startinterview.a009_selfprxy := 
         pisecastartinterviewa009_selfprxy:

if seca.startinterview.a009_selfprxy <> 
         pisecastartinterviewa009_selfprxy 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a009          proxy/self interview

         section: a     level: respondent      type: numeric    width: 1   decimals: 0
         ref: seca.startinterview.a009_selfprxy

         
         
            designate type of interview
         
           enter code 4 if living proxy is spouse but does not live with r, e.g., r or
         spouse/partner lives in a nursing home

         .................................................................................
         17209           1.  self
           756           2.  proxy, spouse is reporter
           504           3.  proxy, non-spouse is reporter
                         4.  proxy, spouse is reporter - not living with
                         8.  dk (don't know); na (not ascertained)
                         9.  rf (refused)

构造变量

         ask:

if hh.x024_reiwhh_v = yes 

         
if a009_selfprxy <> slf 

         
if (piba_rvarsz095_selfprxyiw_v <> slf) and (piba_rvarsz076_reiwr_v = reiwr) 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a010          current - wave proxy

         section: a     level: respondent      type: numeric    width: 1   decimals: 0
         ref: seca.startinterview.a010_currwaveprxy

         [pw proxy name: [prev wave proxy name]/
         pw proxy relationship: [self/spousepartner/son/stepson/spouse/partner of
         son/daughter/stepdaughter/spouse/partner of daughter/grandchild/grandchild in
         law/father/father of spouse/partner/mother/mother of spouse/par
         
          is current wave proxy the same person or someone else?

         .................................................................................
           734           1.  same person as in prior wave
            58           2.  different/new person
            13           3.  not known if same or different as in prior wave
         17664       blank.  inap (inapplicable)

构造变量

         *assign a103_prxyrtr := piba_rvarsz096_prxyrtr_v.ord:

if hh.x024_reiwhh_v = 
         yes 
         
if a009_selfprxy <> slf 
         
if a009_selfprxy <> pxyspisreporter 
         
*not(else)*(if (piba_rvarsz096_prxyrtr_v = empty or (piba_rvarsz096_prxyrtr_v 
         = unknown)) or (a010_currwaveprxy <> samepersonasinpriorwave)) 
         
if piba_rvarsz096_prxyrtr_v <> empty and (a010_currwaveprxy = 
         samepersonasinpriorwave) 
         



*assign a103_prxyrtr := spousepartner:

if hh.x024_reiwhh_v = yes 
         
if a009_selfprxy <> slf 
         
*not(else)*(if a009_selfprxy <> pxyspisreporter) 
         
if a009_selfprxy = pxyspisreporter 
         



ask:

if hh.x024_reiwhh_v = yes 
         
if a009_selfprxy <> slf 
         
if a009_selfprxy <> pxyspisreporter 
         
if (piba_rvarsz096_prxyrtr_v = empty or (piba_rvarsz096_prxyrtr_v = unknown)) 
         or (a010_currwaveprxy <> samepersonasinpriorwave) 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a103          proxy relationship to r

         section: a     level: respondent      type: numeric    width: 2   decimals: 0
         ref: seca.startinterview.a103_prxyrtr

         designate the proxy reporter`s relationship to [first name]

         .................................................................................
           779           2.  spouse/partner
            87           3.  son
             1           4.  stepson or son of partner
                         5.  spouse/partner of daughter
           240           6.  daughter
             6           7.  stepdaughter or daughter of partner
            20           8.  spouse/partner of son
            22           9.  grandchild of r or sp/p
             5          15.  brother
            12          17.  sister
            61          19.  other relative
            21          20.  other individual
             2          23.  paid helper
             4          24.  professional
                        33.  sp/p of grandchild
                        98.  dk (don't know); na (not ascertained)
                        99.  rf (refused)
         17209       blank.  inap (inapplicable)

构造变量

         *assign a011_ratecogprob := a164_a011_ratecogprobtemp.ord:

if 
         hh.x024_reiwhh_v = yes 
         
if a009_selfprxy <> slf 
         
if a007tralive_a <> no 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a011          proxy iw cognitive impairment rating

         section: a     level: respondent      type: numeric    width: 1   decimals: 0
         ref: seca.startinterview.a011_ratecogprob

         do you have reason to think that  [first name]  would have difficulty completing
         this interview because of cognitive limitations?

         .................................................................................
           608           1.  no reason to think the respondent has any cognitive
                             limitations
            92           2.  the respondent may have some cognitive limitations but could
                             probably do the interview
           560           3.  the respondent has cognitive limitations that prevent
                             him/her from being interviewed
                         8.  dk (don't know); na (not ascertained)
                         9.  rf (refused)
         17209       blank.  inap (inapplicable)

构造变量

         ask:

if hh.x024_reiwhh_v = yes 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a012          select language

         section: a     level: respondent      type: numeric    width: 1   decimals: 0
         ref: seca.startinterview.a012_langswitch

         
         
            select english or spanish

         .................................................................................
         17575           1.  english
           894           2.  spanish

构造变量

         *assign a019_rage := ask_birthdate.rage:

if hh.x024_reiwhh_v = yes 
         
if not (piba_rvarsz145_typeexit_v in [newpostexit, firstrepeatpost, 
         secrepeatpost]) 
         



*assign seca.continuinterview.a019_rage := 
         pisecacontinuinterviewa019_rage:

if seca.continuinterview.a019_rage <> 
         pisecacontinuinterviewa019_rage 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a019          r current age calculation

         section: a     level: respondent      type: numeric    width: 3   decimals: 0
         ref: seca.continuinterview.a019_rage

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469       25         104         67.97         11.12       0
         -----------------------------------------------------------------

构造变量

         *assign a028_rinnhome := a167_a028_rinnhome.ord:

if a047_ = empty and 
         (hh.x024_reiwhh_v = yes) 
         
if piba_hhx024_reiwhh_v = yes 
         
if a167_a028_rinnhome <> empty 
         
*not(else)*(if a167_a028_rinnhome.ord = 2) 
         



or


*not(else)*(if a047_ = empty and (hh.x024_reiwhh_v = yes)) 
         
if piba_hhx024_reiwhh_v = yes 
         
if a167_a028_rinnhome <> empty 
         
*not(else)*(if a167_a028_rinnhome.ord = 2) 
         



*assign a028_rinnhome := yes:

if a047_ = empty and (hh.x024_reiwhh_v = 
         yes) 
         
if piba_hhx024_reiwhh_v = yes 
         
if a167_a028_rinnhome <> empty 
         
if a167_a028_rinnhome.ord = 2 
         



or


*not(else)*(if a047_ = empty and (hh.x024_reiwhh_v = yes)) 
         
if piba_hhx024_reiwhh_v = yes 
         
if a167_a028_rinnhome <> empty 
         
if a167_a028_rinnhome.ord = 2 
         



*assign seca.relations.a028_rinnhome := 
         pisecarelationsa028_rinnhome:

if seca.relations.a028_rinnhome <> 
         pisecarelationsa028_rinnhome 
         



or

if seca.relations.a028_rinnhome <> pisecarelationsa028_rinnhome 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a028          r in nursing home

         section: a     level: respondent      type: numeric    width: 1   decimals: 0
         ref: seca.relations.a028_rinnhome

         is r living in a nursing home or other health care facility? 
           
          [ (are you living in a nursing home or other health care facility?)] 
         
          
         
          def:  (a nursing home or other health facility provides all of the following
         services for its residents: dispensing of medication, 24-hour nursing assistance
         and supervision, personal  assistance, and room & meals.)

         .................................................................................
           446           1.  yes
         18023           5.  no
                         8.  dk (don't know); na (not ascertained)
                         9.  rf (refused)
                     blank.  inap (inapplicable)

构造变量

         ask:

if hh.x024_reiwhh_v = yes 

         
if pirelations_a28_rinhome = yes 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a065          month moved to nh

         section: a     level: respondent      type: numeric    width: 2   decimals: 0
         ref: seca.housinglocation.nursinghome.a065_

         in what  month  and year did you move to the (nursing home/ health care
         facility) where you are now living?
         
          month: 
         
         year:

         .................................................................................
            25           1.  jan
            37           2.  feb
            31           3.  mar
            36           4.  apr
            41           5.  may
            34           6.  jun
            37           7.  jul
            25           8.  aug
            29           9.  sep
            31          10.  oct
            31          11.  nov
            30          12.  dec
            59          98.  dk (don't know); na (not ascertained)
                        99.  rf (refused)
         18023       blank.  inap (inapplicable)

构造变量

         ask:

if hh.x024_reiwhh_v = yes 

         
if pirelations_a28_rinhome = yes 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a066          year moved to nurs home

         section: a     level: respondent      type: numeric    width: 4   decimals: 0
         ref: seca.housinglocation.nursinghome.a066_

         (in what month and  year  did you move to the (nursing home/ health care
         facility) where you are now living?)
         
         month: [#month moved to nh]
         
          year:

         .................................................................................
           428               1913-2007.  actual value
            18                    9998.  dk (don't know); na (not ascertained)
                                  9999.  rf (refused)
         18023                   blank.  inap (inapplicable)

构造变量

         *assign a068_stnhome :=  dontknow:

if hh.x024_reiwhh_v = yes 
         
if pirelations_a28_rinhome = yes 
         
if a168_a068_stnhome.pustate = 98 
         



*assign a068_stnhome :=  refusal:

if hh.x024_reiwhh_v = yes 
         
if pirelations_a28_rinhome = yes 
         
*not(else)*(if a168_a068_stnhome.pustate = 98) 
         
if a168_a068_stnhome.pustate = 99 
         



*assign a068_stnhome := a168_a068_stnhome.pustate:

if hh.x024_reiwhh_v 
         = yes 
         
if pirelations_a28_rinhome = yes 
         
*not(else)*(if a168_a068_stnhome.pustate = 98) 
         
*not(else)*(if a168_a068_stnhome.pustate = 99) 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a068m         region facility located - masked

         section: a     level: respondent      type: numeric    width: 2   decimals: 0
         ref: seca.housinglocation.nursinghome.a068_stnhome

         (in what city and  state  is the (nursing home/health care facility) where you
         are living?)
           
         
         city: [facility location city/st]
           
         
          state:            
            enter 'ot' for other country

         user note: code categories have been collapsed to protect participant
         confidentiality.

         .................................................................................
            24           1.  northeast region: new england division (me, nh, vt, ma, ri,
                             ct)
            44           2.  northeast region: middle atlantic division (ny, nj, pa)
            80           3.  midwest region: east north central division (oh, in, il, mi,
                             wi)
            47           4.  midwest region: west north central division (mn, ia, mo, nd,
                             sd, ne, ks)
            84           5.  south region: south atlantic division (de, md, dc, va, wv,
                             nc, sc, ga, fl)
            31           6.  south region: east south central division (ky, tn, al, ms)
            52           7.  south region: west south central division (ar, la, ok, tx)
            19           8.  west region: mountain division (mt, id, wy, co, nm, az, ut,
                             nv)
            62           9.  west region: pacific division (wa, or, ca, ak, hi)
                        10.  u.s., na state
             2          11.  foreign country: not in a census division (includes u.s.
                             territories)
                        96.  same state (see questionnaire)
             1          98.  dk (don't know); na (not ascertained)
                        99.  rf (refused)
         18023       blank.  no data from prior wave interview/new respondent in 2006

构造变量

         *assign a099_numreskid := 0:

if (a120_updater > 0) or a503_refresh <> empty 
         



*assign a099_numreskid := a099_numreskid + 1:

if (a120_updater > 0) or 
         a503_refresh <> empty 
         
if ((children[in5].x061arelater in [son, stepson, daughter, stepdaughter]) 
         and children[in5].x054apndx <> empty) and ((children[in5].x074achanged <> 
         deleted) and (children[in5].x074achanged <> duped)) 
         
if children[in5].x056aresstat in [resident, away_inst, away_other] 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a099          number of resident children

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a099_numreskid

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469        0           7          0.32          0.67       0
         -----------------------------------------------------------------

构造变量

         *assign a100_numnrkids := 0:

if (a120_updater > 0) or a503_refresh <> empty 
         



*assign a100_numnrkids := a100_numnrkids + 1:

if (a120_updater > 0) or 
         a503_refresh <> empty 
         
if ((children[in5].x061arelater in [son, stepson, daughter, stepdaughter]) 
         and children[in5].x054apndx <> empty) and ((children[in5].x074achanged <> 
         deleted) and (children[in5].x074achanged <> duped)) 
         
*not(else)*(if children[in5].x056aresstat in [resident, away_inst, 
         away_other]) 
         
if children[in5].x056aresstat in [nonresident] 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a100          count of nonresident kids

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a100_numnrkids

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469        0          19          2.85          2.13       0
         -----------------------------------------------------------------

构造变量

         *assign a101_totalkids := 0:

if (a120_updater > 0) or a503_refresh <> empty 
         



*assign a101_totalkids := a101_totalkids + 1:

if (a120_updater > 0) or 
         a503_refresh <> empty 
         
if ((children[in5].x061arelater in [son, stepson, daughter, stepdaughter]) 
         and children[in5].x054apndx <> empty) and ((children[in5].x074achanged <> 
         deleted) and (children[in5].x074achanged <> duped)) 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a101          count of kids - not their spouses

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a101_totalkids

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469        0          20          3.27          2.21       0
         -----------------------------------------------------------------

构造变量

         *assign a106_numcontactkids := a106_numcontactkids + 1:

if (a120_updater > 
         0) or a503_refresh <> empty 
         
if (((((children[in6].x061arelater in [son, stepson, daughter, stepdaughter]) 
         and (children[in6].x074achanged <> deleted)) and (children[in6].x074achanged <> 
         duped)) and (children[in6].x056aresstat <> died)) and 
         (children[in6].x056aresstat <> havenocontact)) and children[in6].x054apndx <> 
         empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a106          count of contact kids

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a106_numcontactkids

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          17095        1          19          3.43          2.01    1374
         -----------------------------------------------------------------

构造变量

         *assign a113_child_childil_grand := 0:

if (a120_updater > 0) or a503_refresh 
         <> empty 
         



*assign a113_child_childil_grand := a113_child_childil_grand + 1:

if 
         (a120_updater > 0) or a503_refresh <> empty 
         
if (((children[in12].x061arelater in [son, stepson, daughter, stepdaughter, 
         sppofdaughter, sppofson]) and (children[in12].x074achanged <> deleted)) and 
         (children[in12].x074achanged <> duped)) and children[in12].x054apndx <> empty 
         



or

if (a120_updater > 0) or a503_refresh <> empty 
         
if (((hhmembers[in13].x061arelater in [grchild, grchild_in_law]) and 
         (hhmembers[in13].x074achanged <> deleted)) and (hhmembers[in13].x074achanged <> 
         duped)) and hhmembers[in13].x054apndx <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a113          count of child childlaw and grandchild

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a113_child_childil_grand

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469        0          36          5.50          3.83       0
         -----------------------------------------------------------------

构造变量

         *assign a116_totalparents := 0:

if (a120_updater > 0) or a503_refresh <> 
         empty 
         



*assign a116_totalparents := a116_totalparents + 1:

if (a120_updater > 
         0) or a503_refresh <> empty 
         
if in15 <= 10 
         
if parents[in15].x054apndx <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a116          count of parents

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a116_totalparents

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469        0           4          0.03          0.18       0
         -----------------------------------------------------------------

构造变量

         *assign a117_totalhhmembers := 0:

if (a120_updater > 0) or a503_refresh <> 
         empty 
         



*assign a117_totalhhmembers := a117_totalhhmembers + 1:

if 
         (a120_updater > 0) or a503_refresh <> empty 
         
if in15 <= 10 
         
if hhmembers[in15].x054apndx <> empty 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

a117          count of household members

         section: a     level: respondent      type: numeric    width: 10  decimals: 0
         ref: init.a117_totalhhmembers

         .................................................................................

         -----------------------------------------------------------------
              n      min         max          mean            sd    miss
          18469        0          10          0.26          0.78       0
         -----------------------------------------------------------------

vdate         2006 data model version

         section: a     level: respondent      type: numeric    width: 1   decimals: 0

         user note:  this variable identifies which data model was used to interview the
         household.  please reference the data description for a summary of changes in
         each data model.

         .................................................................................
          2839           1.  version 1
          2407           2.  version 2
          3323           3.  version 3
          9392           4.  version 4
           508           5.  version 5

version       2006 data release version

         section: a     level: respondent      type: numeric    width: 1   decimals: 0

         .................................................................................
         18469           4.  hrs 2006 final release