1 Stephen L. DesJardins Professor Center for the Study of Higher and Postsecondary Education School of Education and Professor, Gerald R. Ford School of.

Slides:



Advertisements
Similar presentations
My EBSCOhost Tutorial Tutorial support.ebsco.com.
Advertisements

Publishers Web Sites Standard Features. Objectives Access publishers websites Identify general features available on most publishers websites Know how.
To print your results, click on the printer icon. Choose from the printing options suggested. You can choose to remove items from folder after printing.
RESEARCH WORKFLOW USING STATA How to Be an Effective Researcher CCPR Workshop.
Single Search By Rakphao Theppan, librarian Searching Online Resources.
Installing SAS 9.3 Raymond R. Balise Health Research and Policy.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Lab 4 – Building your first model
Network Printing. Printer sharing Saves money by only needing one printer Increases efficiency of managing resources.
1 Introduction to Programming Environment Using MetroWerks CodeWarrior and Palm Emulator.
Installing SAS 9.3 TS1M1 Raymond R. Balise Health Research and Policy.
ArcGIS Extensions Expanding the Use of ArcGIS
Creating a Console Application with Visual Studio
The basics of the Online Portal
Digital Image Processing Lecture3: Introduction to MATLAB.
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Introduction Purpose  This training course provides an overview of the installation and.
FUNDAMENTALS OF PROGRAMMING SM1204 SEMESTER A 2012.
Smart Data OnLine Training
Introduction to the WebBoard Terry Dennis. The WebBoard - Our Connection The WebBoard URL is
Lecture 4 MATLAB Windows Arithmetic Operators Maintenance Functions
Support.ebsco.com My EBSCOhost Tutorial Tutorial.
Activating Clarity  Activating Clarity  Activation  Online Activation  Fax Activation  Review and Verify Activation and License Terms  Updating.
DEV-5: Introduction to WebSpeed ® Stephen Ferguson Sr. Training Program Manager.
Client – Server Application Can you create a client server application: The server will be running as a service: does not have a GUI The server will run.
Introduction to Engineering MATLAB – 6 Script Files - 1 Agenda Script files.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Four Windows Server 2008 Remote Desktop Services,
Presented By David Speight.  Easy Student Accessibility  Familiar Navigation  Fits Inside the Box  Works Outside the Box  Allows Creativity without.
Guide to Linux Installation and Administration, 2e1 Chapter 7 The Role of the System Administrator.
 Updates  Before the test › Training › Oaths › Test Schedule  Conducting the test › Directions › Errors  After the test › Closing out the test › ARD.
1 Faculty Center for Instructors and Roster Contacts Accessing Faculty Center Class Roster Grade Roster Request Grade Changes Grade Approval Process Next.
1 SMART Training Update – May 2011 Michaela Butterworth.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
Support.ebsco.com Introduction to EBSCOhost Tutorial.
XP Practical PC, 3e Chapter 3 1 Installing and Learning Software.
SATERN for Supervisors Updated: December Session Objectives At the end of the session, participants will be able to:  Describe SATERN  Log in.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
We now will look at options for saving searches in CINAHL. We have accessed the Results for Chloroquine AND Pyrimethamine AND Sulfadoxine search. We now.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTION Lesson 1 – Microsoft Office 2003 Basics and the Internet.
©2013 JPMorgan Chase & Co. Proprietary and Confidential smartdata.gen2 Expense Report Training.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Understanding inFUSION User Roles. Super Administrator Administrator File Sender File Receiver Internal File Receiver inFUSION Roles When you start using.
QC – User Interface QUALITY CENTER. QC – Testing Process QC testing process includes four phases: Specifying Requirements Specifying Requirements Planning.
Based on Learning SAS by Example: A Programmer’s Guide Chapters 1 & 2
What Is Firefox? __________ is a Web ___________ that you use to search for and view Web pages, save pages for use in the future, and maintain a list.
PubMed/How to Search, Display, Download & (module 4.1)
Using the AFRESH software Ruaraidh Dobson University of Aberdeen V1.0 27/04/2016.
Using the My EBSCOhost Folder Tutorial support.ebsco.com.
Development Environment
Make Links from your Baan System
We now will look at options for saving searches in CINAHL
Collaboration with Google Docs
Managing Your Literature Search Using Zotero
Introduction to EBSCOhost
InControl R2 Overview Running Reports.
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
18-19 Willmar Public Schools
18-19 Willmar Public Schools
Stata Basic Course Lab 2.
Introduction to EBSCOhost
Stata Basic Course.
Administrator’s Manual
Google File Stream Google Drive Updates.
PubMed/How to Search, Display, Download & (module 4.1)
Presentation transcript:

1 Stephen L. DesJardins Professor Center for the Study of Higher and Postsecondary Education School of Education and Professor, Gerald R. Ford School of Public Policy University of Michigan AIRUM Conference Afternoon Workshop Session November 6, 2013 The Application of Quasi-Experimental Methods in Education Research: Applications Using Stata

2 Plan of Action for This Afternoon Set up a logical folder structure to store do files (programs), data, & output files in Learn how Stata works & some basic commands Examine code to undertake IV analysis, PSM modeling, and RD design methods Objectives are to provide an introduction to the Stata software, learn some different methodological applications, and discuss how these might be used in your research

3 Folder Structure AIRUM 2013 (main folder located on C: drive) –Articles (contains articles/chapters) –Data Files (contains all data files) –Do Files (contains all do files) –Graphs (place to send all graphs created by code) –Log Files (place to send output created by code) –PowerPoints (contains all PowerPoints) Example: –C:\AIRUM 2013\Data Files\IV_Data_File.dta –/users/desjardins/datafiles/IV_Data_File.dta

4 Data Sets We Will Use IV_Data_File –Contains SUR data from a state –Outcome of interest: PSM_Data_File –Contains SUR data from a state –Outcome of interest: RD_Data_File –Contains data from a large-scale college scholarship program –Outcome of interest:

5 Stata Program Files Called “do” files; contain Stata code/commands we “run” to produce results There is a do file associated with each set of analysis (IV, PSM, RD) we will conduct Are menu options for running commands in Stata, but we will not use this method –May be useful for some “on the fly” analysis, but it is NOT a good way to do most projects –Reasons: reproducibility & transportability

6 Importance of Good Structure Laying out a logical folder structure for each project is an important initial step in the analytic process If you use a similar structure all the time you will be able to efficiently come back to projects at later date & understand what was done Also very important to provide comments in your do files so you know what you did

7 How Stata Works Command driven software Software resides in: – C:\Program Files (x86)\Stata12 –Type: “adopath” on command line Role of “ado” files –Examine ado & help files User written ado & help files

8 The “Look” of Stata Toolbar contains icons that allow you to Open & Save files, Print results, control Logs, & manipulate windows. Of particular interest: Opening the Do-File Editor, the Data Editor and the Data Browser. –Data Editor & Browser: spreadsheet view of data. Do-File Editor allows you to construct a file of Stata commands, save them, & execute all/parts The Current Working Directory is where any files created in your Stata session will be saved (by default). Don’t save stuff to here.

9 Windows in Stata Review, Results, Command, & Variables windows. Help: Search for any command/feature. Help Browser, which opens in Viewer window, provides hyperlinks to help pages & to pages in the manuals May search for help using command line Role of “findit” & “ssc install” –Locate commands in Stata Technical Bulletin & Stata Journal; Demo loading the “psmatch2” command –On command line type: “ssc describe psmatch2” then “ssc install psmatch2” & then “help psmatch2”

10 Purchasing Stata Depending on your needs, there are a number of software options when purchasing Stata Single user/institutional/Grad Plan license Small vs. IC vs. SE versions Perpetual license; continually updated Stat Transfer software See the Stata website for more information:

11 Methods Applications Work on IV_Do_File first Then examine PSM file RD application last

12 Summary These methods, and others, can be helpful in studying the effects of programs, process, & practices where random assignment is not possible or feasible. They are regression-based so learning them is an extension of the OLS/logit training many have had The results can be displayed in a way so as to make them understandable to policy makers & administrators

13 Summary (cont’d) There are many resources available to learn & extend these methods –Higher education literature, Stata (and other) publications, blogs with code & solutions to programming/statistical problems –Professional development workshops I hope you’ve found this exercise helpful & that you will be able to use these methods in your IR work

14 Thanks for Having Me! I remain available to help & can be reached at my U of MI account: