Hi,
I would appreciate your help with the following question. NHANES oral health data include rows for each person that was examined and columns for each of the dental examination variables. Each dental variable represents the tooth number of the person, e.g., ohx08htc for tooth # 8, ohx07htc for tooth # 7. Each tooth variable has a code, 1 for Primary tooth present, 2 for Permanent, present, 4 for Tooth not present.
I would like to tabulate the number of persons examined that had a code of 4 (tooth not present) in all examined teeth (all together 32). Please see below for a description of the data. Link to data sets: https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/OHX_D.XPT
Kind Regards,
Victor
I would appreciate your help with the following question. NHANES oral health data include rows for each person that was examined and columns for each of the dental examination variables. Each dental variable represents the tooth number of the person, e.g., ohx08htc for tooth # 8, ohx07htc for tooth # 7. Each tooth variable has a code, 1 for Primary tooth present, 2 for Permanent, present, 4 for Tooth not present.
I would like to tabulate the number of persons examined that had a code of 4 (tooth not present) in all examined teeth (all together 32). Please see below for a description of the data. Link to data sets: https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/OHX_D.XPT
Kind Regards,
Victor
seqn | ohx08htc | ohx07htc | ohx06htc |
31128 | 2 | 2 | 1 |
31129 | 2 | 2 | 2 |
31130 | 2 | 2 | 2 |
31131 | 2 | 2 | 2 |
31132 | 2 | 2 | 2 |
31133 | 2 | 2 | 2 |
Variable | Label | Type | Format |
ohx08htc | Tooth # 8 | double | %10.0g |
ohx07htc | Tooth # 7 | double | %10.0g |
ohx06htc | Tooth # 6 | double | %10.0g |
seqn | Respondent sequence number | double | %10.0g |
Variable Name: | |||
OHX08HTC | |||
SAS Label: | |||
Tooth count: #8 | |||
English Text: | |||
Tooth Count: Upper right central incisor (CI) | |||
Target: | |||
Both males and females 5 YEARS - 150 YEARS | |||
Code or Value | Value Description | Count | Cumulative |
1 | Primary tooth (deciduous) present | 322 | 322 |
2 | Permanent tooth present | 6485 | 6807 |
4 | Tooth not present | 865 | 7672 |
5 | Permanent dental root fragment present | 10 | 7682 |
9 | Could not assess | 5 | 7687 |
. | Missing | 618 | 8305 |
Comment