Session 3 Tables in Stata.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
Finding The Unknown Number In A Number Sentence! NCSCOS 3 rd grade 5.04 By: Stephanie Irizarry Click arrow to go to next question.
Advanced Piloting Cruise Plot.
Slide 1 Insert your own content. Slide 2 Insert your own content.
Chapter 1 The Study of Body Function Image PowerPoint
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 5 Author: Julia Richards and R. Scott Hawley.
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
By D. Fisher Geometric Transformations. Reflection, Rotation, or Translation 1.
Business Transaction Management Software for Application Coordination 1 Business Processes and Coordination.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
Determine Eligibility Chapter 4. Determine Eligibility 4-2 Objectives Search for Customer on database Enter application signed date and eligibility determination.
My Alphabet Book abcdefghijklm nopqrstuvwxyz.
Multiplying binomials You will have 20 seconds to answer each of the following multiplication problems. If you get hung up, go to the next problem when.
0 - 0.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
MULTIPLYING MONOMIALS TIMES POLYNOMIALS (DISTRIBUTIVE PROPERTY)
ADDING INTEGERS 1. POS. + POS. = POS. 2. NEG. + NEG. = NEG. 3. POS. + NEG. OR NEG. + POS. SUBTRACT TAKE SIGN OF BIGGER ABSOLUTE VALUE.
MULTIPLICATION EQUATIONS 1. SOLVE FOR X 3. WHAT EVER YOU DO TO ONE SIDE YOU HAVE TO DO TO THE OTHER 2. DIVIDE BY THE NUMBER IN FRONT OF THE VARIABLE.
SUBTRACTING INTEGERS 1. CHANGE THE SUBTRACTION SIGN TO ADDITION
MULT. INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
Addition Facts
Year 6 mental test 5 second questions
Around the World AdditionSubtraction MultiplicationDivision AdditionSubtraction MultiplicationDivision.
1 Data processing and exporting Module 2 Session 6.
Module Introduction and Getting Started with Stata
1 SESSION 5 Graphs for data analysis. 2 Objectives To be able to use STATA to produce exploratory and presentation graphs In particular Bar Charts Histograms.
1 Adding a statistics package Module 2 Session 7.
Housekeeping: Variable labels, value labels, calculations and recoding
1 Session 7 Standard errors, Estimation and Confidence Intervals.
SADC Course in Statistics Session 4 & 5 Producing Good Tables.
SADC Course in Statistics Graphical summaries for quantitative data Module I3: Sessions 2 and 3.
SADC Course in Statistics Excel for statistics Module B2, Session 11.
ZMQS ZMQS
Photo Composition Study Guide Label each photo with the category that applies to that image.
Solve Multi-step Equations
BT Wholesale October Creating your own telephone network WHOLESALE CALLS LINE ASSOCIATED.
Report Card P Only 4 files are exported in SAMS, but there are at least 7 tables could be exported in WebSAMS. Report Card P contains 4 functions: Extract,
ABC Technology Project
1 An Introduction to Pivot Tables Using Excel 2000.
Vanderbilt Business Objects Users Group 1 Reporting Techniques & Formatting Beginning & Advanced.
Review Chapter 11 - Tables © 2010, 2006 South-Western, Cengage Learning.
Pivot Tables Overview 1. What are Pivot Tables Pivot tables in Excel are a versatile reporting tool that makes it easy to extract information from large.
©2004 Brooks/Cole FIGURES FOR CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES Click the mouse to move to the next page. Use the ESC key to exit.
© S Haughton more than 3?
© Charles van Marrewijk, An Introduction to Geographical Economics Brakman, Garretsen, and Van Marrewijk.
© Charles van Marrewijk, An Introduction to Geographical Economics Brakman, Garretsen, and Van Marrewijk.
Progam.-(6)* Write a program to Display series of Leaner, Even and odd using by LOOP command and Direct Offset address. Design by : sir Masood.
Customize Your View of Data Training Presentation for Supply Chain Platform: BAE Systems July 2012.
Squares and Square Root WALK. Solve each problem REVIEW:
© 2012 National Heart Foundation of Australia. Slide 2.
Lets play bingo!!. Calculate: MEAN Calculate: MEDIAN
Combine Like Terms. Simplify the Given Expression Below:
Chapter 5 Test Review Sections 5-1 through 5-4.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
1 First EMRAS II Technical Meeting IAEA Headquarters, Vienna, 19–23 January 2009.
Addition 1’s to 20.
25 seconds left…...
Test B, 100 Subtraction Facts
Week 1.
We will resume in: 25 Minutes.
1 Unit 1 Kinematics Chapter 1 Day
TASK: Skill Development A proportional relationship is a set of equivalent ratios. Equivalent ratios have equal values using different numbers. Creating.
1 PART 1 ILLUSTRATION OF DOCUMENTS  Brief introduction to the documents contained in the envelope  Detailed clarification of the documents content.
How Cells Obtain Energy from Food
©2004 Brooks/Cole FIGURES FOR CHAPTER 14 DERIVATION OF STATE GRAPHS AND TABLES Click the mouse to move to the next page. Use the ESC key to exit this chapter.
A Brief Introduction to Stata(2)
Presentation transcript:

Session 3 Tables in Stata

Importance of tables The analysis of many surveys is primarily Through giving tables And then interpreting the information Simple tables are one-way frequencies Or of percentages Or Multi-way frequencies (or percentages) Tables can also contain summary statistics Like means

Objectives Particiants should be able to Produce tables of each defined type using Stata Interpret data from these tables Produce tables of interest for the data set created for the district in the previous session.

Menus for Stata tables From Statistics  Summaries, tables and tests Some commands Table Tabstat Tabsum Tabulate Tab1 To explore table facilities, we will open the data file K_combined_labelled.dta

Menus for Stata tables

Different menu options Match these options to the different types of table that are needed to process survey data

One-way table Open the data file K_combined_labelled.dta Statistics => Summaries, tables & tests => Tables => One-way tables

Results for a one-way table Check you can interpret these results

Multiple one-way tables Statistics => Summaries, tables & tests => Tables => Multiple one-way tables

Tables using commands The commands are simple. For one-way tables try tab q31 For several one-way tables, use tab1, e.g. tab1 region rurban q11 a31 For two-way tables, try tab q11 q16

Try the options Use the dialogue – with the options for Missing and/or sorting Type tab1 q126 q127 q128 q129 q31, missing sort What effects do the options sort and missing have?

Your turn One-way and two-way tables Work through sections 7.1.4 and 7.2 in the Guide. Include 7.2.1 where you check for coding Include 7.2.2 for lists of two-way tables Type tab q31 q126, Then repeat with tab replaced by tab1. Explain the difference between tab1 and tab to your neighbour.

Percentages – interpret results Interpet the results from this table Repeat, but getting column percentages. Interpret those results Hence explain which set of percentages is more appropriate in this table

Multi-way tables Can use tabulate command with by prefix. For example: bysort rurban: tab q128 q11, row Or the “two-way tables” dialogue Or use the more powerful table command table q128 q11, contents(freq) by(rurban) row col Or the “Tables of summary statistics (tables) dialogue See result in next slide

A three-way table Interpret these results Then use the Two-way tables (with By) To give row or column percentages

Second example table q11 rurban q126, by(q16) Use the dialogue or the command table q11 rurban q126, by(q16) Where the row var = Sex (q11) Column variable = Rurban Supercolumn variable = Employed (q126) Superrow variable =Literacy (q16) Interpret the table Try the variables in different orders, to see if your interpretation is simplified

Your turn If you need more time on multi-way tables Then go through Section 7.3 in the guide Then go through Sections 7.4 and 7.5

Tables of summary statistics Section 7.4 and 7.5 consider summary statistics For simple tables they use the tabstat dialogue (or command) Or the table dialogue (or command) is used

Dialogue for tabstat command Menu sequence: Statistics => Summaries, tables & tests => Tables => Table of summary statistics (tabstat) (with Option: Use as columns Statistics)

Summary statistics in a table Note: qd41, qd42, qd43 are expenditures in the previous month for purchase of maize, bean and other seed respectively Omitting the option col(stat) would give the statistics as rows rather than as columns as shown above

Dialogue for table command Menu sequence: Statistics => Summaries, tables & tests => Tables => Table of summary statistics

Summary statistics in a table Discuss with your neighbour the difference between use of tabstat and table .

Further practical work Load your own data into Stata, and produce tables that address an objective of interest that you wish to explore with your data.