The purpose of this workshop is to explore some issues in the analysis of survey data using StataNow 18.5. Before we begin, you will want to be sure that your…
Read More
Search Results for: stata
Latent Class Analysis | Stata Data Analysis Examples
Hypothetical Scenarios Example 1 You are interested in studying drinking behavior among adults. Rather than conceptualizing drinking behavior as a continuous variable, you conceptualize it as forming distinct categories or…
Read More
Stata Data Analysis Examples | Correlation
Example A researcher is trying to develop a new, less expensive, test to detect a particular chemical in soil samples. The old test correlates to the criterion (i.e., gold standard…
Read More
Introduction to Stata 18
Welcome to the Introduction to Stata 18 workshop! Powerpoint slides for this workshop Code file for this workshop. Copy-and-paste the contents into the Stata do-file editor or right-click to download.
Survey Data Analysis in Stata 17
The purpose of this workshop is to explore some issues in the analysis of survey data using Stata 17. Before we begin, you will want to be sure that your…
Read More
Decomposing, Probing, and Plotting Interactions in Stata
Purpose This seminar will show you how to decompose, probe, and plot two-way interactions in linear regression using the margins command in Stata. This page is based off of the…
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 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 aorder Order the variables in a data set in alphabetical order label data Apply a label…
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