/* Table 7.3, page 189. */ use https://stats.idre.ucla.edu/stat/stata/examples/chp/p189, clear list state y x1 x2 x3 region 1. ME 235 3944 325 508 1 2. NH 231 4578 323 564 1…
Read More
Search Results for: stata
Regression Analysis by Example, Third Edition Chapter 8: The Problem of Correlated Errors | Stata Textbook Examples
use https://stats.idre.ucla.edu/stat/stata/examples/chp/p203, clear generate index = _n Table 8.1, page 203. Note: Create the variable index equal to the observation number. list year quarter expendit stock index 1. 1952 1…
Read More
Regression Analysis by Example, Third Edition Chapter 9: Analysis of Collinear Data | Stata Textbook Examples
Note: Variables in book are labeled incorrectly. The first variable is achv followed by fam, peer and school. Tables 9.1 and 9.2, pages 228 and 229. use https://stats.idre.ucla.edu/stat/stata/examples/chp/p228, clear list…
Read More
Regression Analysis by Example, Third Edition by Chatterjee, Hadi, & Price Data Files | Stata Textbook Examples
This page describes how to obtain the data files for the book Regression Analysis By Example by Samprit Chatterjee, Ali S. Hadi & Bertram Price. There are basically three ways…
Read More
Stata
Classes and Seminars Learning Modules Frequently Asked Questions Important Links How can I get my own copy of Stata? Where to run Stata? How to get Stata? Installing, Customizing, Updating…
Read More
Stata Teaching Tools: Coin-tossing simulation
Purpose: The purpose of this program is to simulate the tossing of a coin or coins and to display the results in the form of a graph with the probability…
Read More
Stata Teaching Tools: Coin-tossing simulation
Purpose: The purpose of this program is to simulate the tossing of a coin or coins and to display the results in the form of a graph with the probability…
Read More
Stata Teaching Tools: Coin-tossing simulation
Purpose: The purpose of this program is to simulate the tossing of a coin. The proportion of heads is graphed against the number of trials, the number of which is…
Read More
Stata Teaching Tools: Mean point
Purpose: The of this program is to show how changing one (point or value) in a sample affects the various statistics that describe the sample. This program can be used…
Read More
Stata Teaching Tools: Odds ratio calculation
Purpose: The purpose of this program is to calculate the odds ratio given the probabilities supplied by the user. The probability of Y = 1 for up to four levels…
Read More
