Skip to content

pdch: A Stata package that helps to check panel data across waves

Notifications You must be signed in to change notification settings

MinZhang1987/pdch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

pdch

pdch: A Stata package that helps to check panel data across waves

pdch shows observations from all waves if the specified condition is satisfied at any waves.

Example:

use http://www.stata-press.com/data/r13/nlswork , clear

xtdes // idcode = personal identifier; year = wave

// Show all-wave records for respondents who has ever worked at industry 5

order idcode year ind_code

pdch ind_code == 5, by(idcode) sort(year)

// sort is optional

About

pdch: A Stata package that helps to check panel data across waves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages