Welcome to the Stata Data Management workshop page! Workshop slides The slideshow presentation for this workshop . Code for this seminar All code for this seminar is available here —…
Read More
Search Results for: stata
Missing Values | Stata Learning Modules
1. Introduction This module will explore missing data in Stata, focusing on numeric missing data. It will describe how to indicate missing data in your raw data files, as well…
Read More
Stata Class Notes: Analyzing Data
ttest t-test anova Analysis of variance regress Regression predict Predicts after model estimation test Test linear hypotheses after model estimation contrast Contrasts and linear hypothesis tests after estimation margins Predicted…
Read More
Stata 15 Class Notes
Stata is a powerful and yet easy-to-use statistical package that runs on Windows, Macintosh and Unix platforms. This class is designed for people who are just getting started using Stata. …
Read More
Stata Class Notes: Entering Data
cd Change directory dir or ls Show files in current directory insheet Read ASCII (text) data created by a spreadsheet infile Read unformatted ASCII (text) data infix Read ASCII (text)…
Read More
Stata Class Notes: Exploring Data
use Load dataset into memory describe Describe a dataset list List the contents of a dataset codebook Detailed contents of a dataset labelbook Information on value labels log Create a…
Read More
Stata Class Notes: Managing Data
pwd Show current directory (pwd=print working directory) dir or ls Show files in current directory cd Change directory keep if Keep observations if condition is met keep Keep variables or…
Read More
Stata Class Notes: Modifying Data
codebook Show codebook information for file order Order the variables in a data set label data Apply a label to a data set label variable Apply a label to a…
Read More
HLM FAQ: How do I convert a Stata file to HLM?
HLM FAQ: How do I convert a Stata file to HLM? HLM FAQHow to Separate a Stata Single File into Multiple Data files for Analysis in HLM Software?
HLM FAQ: How do I convert a Stata file to a 2-level HLM file Using HLM Window Interface?
