Descriptive Statistics using Stata (describe, summarize, codebook) | Stata Tutorials Topic 19

preview_player
Показать описание
Stata Tutorials Topic 19: Descriptive Statistics (describe, summarize, codebook) | Summary Statistics and Data Management Using Stata

Hi, I am Bob. Welcome to this free Stata online course. In this course, I will introduce Stata commands for descriptive statistics, data management, OLS regression analysis, and post-estimation tests. There are three modules in this course. In the first module, you will learn how to obtain the summary statistics, such as the mean and the median, of a variable.

Today, we will start with the first topic: the three basic Stata commands that provide descriptive and summary statistics. They are "describe", "summarize", and "codebook".

Please download the BOB.dta dataset:

The Stata commands in this video:

*Use the course dataset BOB.dta
use BOB.dta, clear

*Descriptive statistics of variables
describe

browse

summarize age

summarize female

summarize age, detail

summarize age if female==1

summarize age if female==0

bysort female: summarize age

codebook age

codebook female

d

sum age

【Some free courses on my YouTube channel】

Economics in Real Life:

Solutions to Introductory Econometrics A Modern Approach 7th Edition:

Solutions to Microeconomics Theory and Applications with Calculus:

Introductory Stata:

Introductory Microeconomics:

Five Minute Econometrics:

Five Minute Stata:

【國語Mandarin】現實生活中的經濟學:

【粵語Cantonese】現實生活中的經濟學:

【粵語Cantonese】微觀經濟學基礎:

【國語Mandarin】五分鐘計量經濟學:

【粵語Cantonese】五分鐘計量經濟學:

On the Road:

【Become a Supporter of the channel ($2.99) to get PDF transcripts for】
1. Solutions to Microeconomics Theory and Applications with Calculus 5th Edition,
2. Solutions to Introductory Econometrics A Modern Approach 7th Edition,
3. Introductory Stata (2022), and
4. Introductory Microeconomics (2022).

#Stata #describe #summarize #codebook #statistics #tutorial
Рекомендации по теме