Data Management – Processing

Slides:



Advertisements
Similar presentations
Using a database to organize information
Advertisements

De-Duplication A not so simple problem Covers Appendix Part 5.
DATA WAREHOUSE QueryLink TUTORIAL QueryLink is used to retrieve Campus data for Departmental use. This tutorial presents an overview of the point and click.
Advanced Geocoding. Most of advanced geocoding work involves prepping the street and student file BEFOREHAND. Steps to improving matched records: Fix.
Access Lesson 2 Creating a Database
Millennium Cataloging in Release 2005 Georgia Fujikawa Manager, Training Programs.
Visualizing Multiple Physician Office Locations Exercise 9 GIS in Planning and Public Health Wansoo Im, Ph.D.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
Word Lesson 2 Task 1. Margin – blank space around the edges of a page Portrait orientation - Standard paper, when positioned vertically and measuring.
Understanding SAS Data Step Processing Alan C. Elliott stattutorials.com.
Access Lesson 2 Creating a Database
Microsoft Word 2000: Mail Merge Basics Peggy Serfazo Marple Molly Calvello Support Professionals Business Applications - Desktop Microsoft Corporation.
Gadgets & More…. “Date Range” Gadgets Allows you to choose a specific date, before or after a date or a range of dates using the Workflows calendar.
Access 2000 Part 1 Introduction to Access Agenda Starting Access. Creating Tables. Working with Tables. Setting Field Properties.
Data Collection Tools and Creation of a Usable Database Adam Schlichting University of Illinois at Chicago Department of Emergency Medicine Last updated:
Summit Database Management ACTION PLANS Instructions to set up an action plan. This is using.
Mail merge letters are used to send the same or similar documents to many different people. Since they contain the recipient’s name, address, and other.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
MAIL MERGE Designing Documents with. Terms Mail Merge: A process that inserts variable information into a standardized document to produce a personalized.
MS Word – Mail Merge Basic Steps Create Letter/Labels general information Create Excel File with variable Data Link Files through Mail Merge in Word Print.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
Running a Report.  List Bibliography Report  Found under: All Titles Purpose : Creates customized bibliographies by catalog, call number, or item characteristics.
1 Access for non-experts Link tables Find fields Criteria Join tables Find missing comment lines Understand relational databases (Wow!)
Copyright 2007, Paradigm Publishing Inc. Word 2007 Chapter 8 BACKNEXTEND 8-1 LINKS TO OBJECTIVES Create and Merge Creating a Data Source Creating a Data.
PREPARING DATA FOR STATISTICAL ANALYSIS Data Cleaning Data Cleaning Dataset Preparation Dataset Preparation Documentation Documentation 9 September 2008.
SAS Efficiency Techniques and Methods By Kelley Weston Sr. Statistical Programmer Quintiles.
Advanced Geocoding. Most of advanced geocoding work involves prepping the street and student file BEFOREHAND. Steps to improving matched records: Fix.
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
Chapter 17 Creating a Database.
Create Lists in Millennium Jenny Schmidt SWITCH Library Consortium.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Tables Sacramento City College Engineering Design Technology.
A Simple Guide to Using SPSS ( Statistical Package for the Social Sciences) for Windows.
SQL Fundamentals  SQL: Structured Query Language is a simple and powerful language used to create, access, and manipulate data and structure in the database.
FIRST COURSE Word Tutorial 6 Using Mail Merge. Objectives Learn about the mail merge process Use the Mail Merge task pane Select a main document Create.
Chapter 3 Automating Your Work. It is frustrating when you have to type the same passage of text repeatedly. For example your name and address. Word includes.
Importing Data to Excel. Suppose you have a delimited* text file and you need to bring it into Excel. Follow these steps… *Delimited means text separated.
1 PEER Session 02/04/15. 2  Multiple good data management software options exist – quantitative (e.g., SPSS), qualitative (e.g, atlas.ti), mixed (e.g.,
ORAFACT Text Processing. ORAFACT Searching Inside Files grep - searches for patterns within files grep [options] [[-e] pattern] filename [...] -n shows.
SAS ® 101 Based on Learning SAS by Example: A Programmer’s Guide Chapters 5 & 6 By Ravi Mandal.
Mail Merge Introduction to Word Processing ITSW 1401 Instructor: Glenda H. Easter Introduction to Word Processing ITSW 1401 Instructor: Glenda H. Easter.
HCAI Information for ACtion 2010
Introduction to the SPSS Interface
SPSS For a Beginner CHAR By Adebisi A. Abdullateef
Step 1: Prepare data in Excel for mail merge
MS Word 2007/8 Mail Merge By Carolynne White 10/6/08.
Word Tutorial 6 Using Mail Merge
State Report Processing
Data Management – Architecture
Mail Merge Instructions (Yanick’s Version)
Merging Word Documents
Preliminaries: -- vector, raster, shapefiles, feature classes.
Data Management – Audit Trail
Chapter 3 The DATA DIVISION.
Data Management – Overview
Programming Logic and Design Fourth Edition, Comprehensive
Mail Merge a letter for Integration Office 2016
SQL for Cleaning Data Farrokh Alemi, Ph.D.
Access Lesson 2 Creating a Database
Data Management – Documentation
Claire Osgood November 2017
EDExpress Training for Intermediate Users
Data Management – Resources
Mail Merge in Word 2016 © EIT, Author Gay Robertson, 2017.
Nagendra Vemulapalli Exam2 Overview Nagendra Vemulapalli
Bent Thomsen Institut for Datalogi Aalborg Universitet
MOON Data File Components
Introduction to the SPSS Interface
CGN 2420 Formatting a Workbook Using Excel’s Ribbon
Presentation transcript:

Data Management – Processing Claire Osgood November 2017

Children’s Environmental Health Initiative Processing

Children’s Environmental Health Initiative Typical Processing Clean up variables Clean up records Create new variables Raw Data Contents Sample print Freq/cross tabs Freq/cross tabs Contents Sample print Processed Data

Children’s Environmental Health Initiative Typical Processing Numeric Code Race 1 10 11 12 2 21 22 01 02 Clean up variables “Hispanic” “hispanic” “hisp” “H” =“Hispanic” Label Rename Drop empty variables Standardize values within fields Convert dates and times to system format Numbers as text: Convert to numeric; OR Add leading zeros Deal with invalid, missing/unknown, 0/blank State Abbreviation __ -- AR LA NAOK TX Unk OK Sometimes numbers are read in as text because there are characters in records with missing info (“NA” or “NULL” or similar).

Children’s Environmental Health Initiative Typical Processing Clean up records Check for unique identifier If none, what combination of variables uniquely identifies the record? Look for duplicates and deal with them Delete empty records Exclude other records as appropriate Sort or index

Children’s Environmental Health Initiative Typical Processing Create new variables 1 2 … 17 18 19 20 21 22 30 3 Age Group Street number + Pre Dir + Street Name + Post Dir Address Indicators commonly used Calculated variables; combined/concatenated values; separating values Coded variables Standard variables

Children’s Environmental Health Initiative Other Processing GIS Geocoding Create and output a file for geocoding Separately, geocode Second program to incorporate geocoded information GIS process to add spatial data Merge or combine with other datasets

Children’s Environmental Health Initiative Tips You are going to have to account for adding/removing records, merges with other datasets, etc. Set up programs to have those counts readily available. Template programs for common processes Cumulative Inclusion Enrollment Form for grants Standard exclusions or common calculations Common/standard variables Race or age groups Indicators