By Anonymous - November 3, 2014

AHS2
> Baseline
> A4

Baseline Variable: MACULARY

Description

Number of years since diagnosed with: Macular degeneration

Notes

* "Never Had" value, coded as 0, added as appropriate as part of the never_had_updates
.

Data Values

Current

Levels Value
(empty string) Missing
0 Never Had (derived from on A04Q8
variables)
1 Less than 5 years ago
2 5-9 years ago
3 10-14 years ago
4 15-19 years ago
5 20+ years ago

Original

Levels Value
(empty string) Missing
1 Less than 5 years ago
2 5-9 years ago
3 10-14 years ago
4 15-19 years ago
5 20+ years ago

* A04Q8
- "never been told that you had any of the conditions listed below"
* MACULAR
- Treated for this in the last 12 months: Macular degeneration

Location

Questionnaires

Questionnaire Version Labeled Page Physical Page TIFF Image Index Scan Path
1 A4 info
/image
7 04 ''R:\Tiff_Quest_V1''
2 A4 info
/image
7 43 ''R:\Tiff_Quest_V2''
3 A4 info
/image
7 43 ''R:\Tiff_Quest_V3''

Database Tables

Table Name Description
image.dbo.part1 modified version 1 part 1 data
image.dbo.part1_unmodified original/raw version 1 part 1 data

Modifications

"Never Had" Update

For details see: "Never Had" updates
. This is a never_had_updates#Type 5
variable.

SQL Code:

-- Version 1
update image.dbo.part1
set MACULARY = '0'
where MACULARY = ''
and A04Q8 = '1';

-- Version 2
update image.dbo.v2part1
set MACULARY = '0'
where MACULARY = ''
and A04Q8 = '1';

-- Version 3
update image.dbo.v3part1
set MACULARY = '0'
where MACULARY = ''
and A04Q8 = '1';

Before / After Counts

Version 1

Before After
A04Q8 MACULARY Count A04Q8 MACULARY Count
2901 2901
1 107 1 107
2 30 2 30
3 17 3 17
4 9 4 9
5 6 5 6
1 1953 1 0 1953
1 1 1 1 1 1
1 2 1 1 2 1

Version 2

Before After
A04Q8 MACULARY Count A04Q8 MACULARY Count
15737 15737
1 548 1 548
2 158 2 158
3 68 3 68
4 37 4 37
5 48 5 48
0 4 0 4
1 12677 1 0 12677
1 1 10 1 1 10
1 2 1 1 2 1
1 3 1 1 3 1
1 5 1 1 5 1

Version 3

Before After
A04Q8 MACULARY Count A04Q8 MACULARY Count
31649 31649
* 1 * 1
1 851 1 851
2 287 2 287
3 133 3 133
4 64 4 64
5 81 5 81
0 1 0 1
1 28994 1 0 28994
1 1 14 1 1 14
1 2 1 1 2 1
1 3 2 1 3 2
1 5 4 1 5 4