Centers for Disease Control and Prevention
 
 
Skip Navigation Links
General
Introduction
Glossary
Location Information
Data and Documentation
 
Using this Site
Search for data in GTSS
View one indicator for all locations
View all indicators for one location
Use the interactive maps
View and modify table information
Run advanced search

Global Tobacco Surveillance System Data (GTSSData) - Help

Data and Documentation

The GTSS uses a two-stage sample cluster design. To reflect the complex sample design, there are two sample design variables on your data set named STRATUM and PSU (acronym for Primary Sampling Unit).

The variable STRATUM usually consists of two schools that are paired so that both schools have similar enrollment sizes. However, sometimes a STRATUM may have only one school. For example, if a school has 100% chance of being in the selected school list (due to large enrollment) it will be the only school in that stratum, and we call this type of school a Certainty School.

In most cases, the Primary Sampling Unit represents a school. If the school is a Certainty School then the PSUs are the classes within the school.

The sampling weight variable is named FINALWGT.

Each student in the data set is assigned a sampling weight, which accounts for the following:

  • Selection probability of the school
  • Selection probability of the class
  • Distribution of the population by grade and sex
  • Non-responding schools
  • Non-responding students
  • Non-responding classes


Point estimates and 95% confidence intervals can be calculated using several software packages for statistical analysis of correlated data. Below are sample codes for EPIINFO, SUDAAN and STATA.

EPIINFO Sample Code:
FREQ CR3 STRATAVAR = Stratum WEIGHTVAR=FinalWgt PSUVAR=PSU

Screenshot of data documentation.

SUDAAN Sample Code:
proc sort data = sasdata.dataset;
by stratum psu;
run;

proc crosstab data = sasdata.dataset design = wr;
nest stratum psu/missunit;
weight finalwgt;
tables cr3;
run;

Back to top

     


 
Centers for Disease Control and Prevention 1600 Clifton Rd. Atlanta, GA 30333, USA
800-CDC-INFO (800-232-4636) TTY: (888) 232-6348, 24 Hours/Every Day - Contact CDC-INFO
USA.gov Government Made Easy