Thanks to Kit Baum, the package psidtools has become available on the SSC archive. It can be installed with
The package contains the command psid, which has several sub-commands. The command provides an interface to the "Panel Study of Income Dynamics" (PSID) and also to the American branch of the "Cross National Equivalence File" (CNEF). psid and its subcommands let the user perform the following tasks:
psid install creates Stata datasets from the zip-files downloadable at psid.org without any user intervention.
psid use loads items from several waves of the PSID or CNEF into memory
psid add merges items from several waves of the PSID/CNEF to a PSID/CNEF file in memory
psid long makes data long (and keep the labels)
psid vardoc displays "official" Online variable description in a browser window
psid use and psid add are new versions of psiduse and psidadd that have been available on SSC for years. These older programs are bundled with the PSID-Tools for compatibility reasons, but they are no longer maintained. Users of these older programs should use psid use or psid add for new projects.
psid and its subcommands are described in detail in the help file of the command. For the sake of simplicity I attach a pdf of this help file to this posting.
Code:
. ssc install psidtools
psid install creates Stata datasets from the zip-files downloadable at psid.org without any user intervention.
psid use loads items from several waves of the PSID or CNEF into memory
psid add merges items from several waves of the PSID/CNEF to a PSID/CNEF file in memory
psid long makes data long (and keep the labels)
psid vardoc displays "official" Online variable description in a browser window
psid use and psid add are new versions of psiduse and psidadd that have been available on SSC for years. These older programs are bundled with the PSID-Tools for compatibility reasons, but they are no longer maintained. Users of these older programs should use psid use or psid add for new projects.
psid and its subcommands are described in detail in the help file of the command. For the sake of simplicity I attach a pdf of this help file to this posting.
Comment