18
Practical Guide for Preparing Health & Demographic Surveillance System Data for Analysis using Stata by Sulaimon A. Afolabi LM. Albert LM Albert LM. Albert

Practical Guide for HDSS Data for Analysis using Stata

Embed Size (px)

Citation preview

Page 1: Practical Guide for HDSS Data for Analysis using Stata

Practical Guide for Preparing Health & Demographic Surveillance System Data for

Analysis using Stataby

Sulaimon A. Afolabi

LM. AlbertLM Albert LM. Albert

Page 2: Practical Guide for HDSS Data for Analysis using Stata
Page 3: Practical Guide for HDSS Data for Analysis using Stata

Learning

ObjectivesHave an understanding of health & demographic surveillance system;

Learn certain commands in stata;

Convert dataset from wide to long format;

Combine or merge two or more datasets;

Check dataset for inconsistencies;

Prepare dataset for event history and other analyses;

Perform event history analyses.

Page 4: Practical Guide for HDSS Data for Analysis using Stata

HDSS is a system established for the collection of health and demographic data on people living in a geographically delimited area.

Most HDSS sites operate a reference data model, which is a database design with the capacity to store temporal and relational information.

HDSS site can be found mostly in sub-Saharan Africa, Asia and other developing countries.

Health & Demographic Surveillance System(HDSS) H D S S

Page 5: Practical Guide for HDSS Data for Analysis using Stata

Countries with HDSS Sites

Page 6: Practical Guide for HDSS Data for Analysis using Stata

HDSS is a system established for the collection of health and demographic data on people living in a geographically delimited area.

Most HDSS sites operate a reference data model, which is a database design with the capacity to store temporal and relational information.

HDSS site can be found mostly in sub-Saharan Africa, Asia and other developing countries.

Health & Demographic Surveillance System(HDSS)

International Network of field sites with continuous Demographic Evaluation of Populations and Their Health also known as INDEPTH-Network, is an umbrella body of the HDSS sites.

H D S S

Page 7: Practical Guide for HDSS Data for Analysis using Stata

www.indepth-network.org

Page 8: Practical Guide for HDSS Data for Analysis using Stata

Data Structure

Labour Status

Residence

BirthDeathIn-migration Out-migration

Individuals

Observation

Episode

Event

Object

Page 9: Practical Guide for HDSS Data for Analysis using Stata

HDSS Residence Episode

Death Out-migration

Birth In-migration

Entry

Population under surveillance

Enum

erati

on

Exit

Curr

ent

Page 10: Practical Guide for HDSS Data for Analysis using Stata

Date

3

Date

4

Curre

nt

Date

DeathDM In-Migration

Date

2

B

M

Mpoint in

time

e

e

e

Date

1Res

idents

Baseline Enumeratione

D

D

BirthB C CurrentOut-MigrationM

Date 2 – Current Date

Date 1 – Date 4

Date 1 – Date 3

Date 2 – Date 4

Date 1 – Current Date

Page 11: Practical Guide for HDSS Data for Analysis using Stata

Id Sex Date of Birth Start Date End Date Initiating-Event-Type Terminating-Event-TypeFMCPT Male 1977-09-22 2001-07-15 2005-01-01 In-Migration Death

Long FormatId Sex Birth Date Event Date Event TypeFMCPT Male 1977-09-22 2001-07-15 In-MigrationFMCPT Male 1977-09-22 2005-01-01 Death

Wide Format

Split FormatId Sex Birth Date Event Date EventTypeFMCPT Male 1977-09-22 2001-01-01 In-MigrationFMCPT Male 1977-09-22 2002-01-01 ResidentFMCPT Male 1977-09-22 2003-01-01 ResidentFMCPT Male 1977-09-22 2004-01-01 ResidentFMCPT Male 1977-09-22 2005-01-01 Death

Page 12: Practical Guide for HDSS Data for Analysis using Stata

Building Codes Clear all open records

Set memory size

Create a working directory

Load the dataset

Get summary info on dataset

Label the variables of interest

Recode relevant variables

Page 13: Practical Guide for HDSS Data for Analysis using Stata

Backend

Review Pane

Variable Pane

VariableProperties

Pane

Command Pane

Do File button

Page 14: Practical Guide for HDSS Data for Analysis using Stata

Run Button

Page 15: Practical Guide for HDSS Data for Analysis using Stata
Page 16: Practical Guide for HDSS Data for Analysis using Stata

https://github.com/afolaborn/Stata_Projects/tree/master/HDSS_Analysis

Stata DO Files Data Files

Power point presentation

Page 17: Practical Guide for HDSS Data for Analysis using Stata
Page 18: Practical Guide for HDSS Data for Analysis using Stata

https://www.youtube.com/playlist?list=PLv5mj-2DreFjCDzG7zK5UJ3HmlwiIJ5dI

Click on the link below to watch the video on youtube