Package: psidR 2.3
psidR: Build Panel Data Sets from PSID Raw Data
Makes it easy to build panel data in wide format from Panel Survey of Income Dynamics (PSID) delivered raw data. Downloads data directly from the PSID server using the 'SAScii' package. 'psidR' takes care of merging data from each wave onto a cross-period index file, so that individuals can be followed over time. The user must specify which years they are interested in, and the 'PSID' variable names (e.g. ER21003) for each year (they differ in each year). The package offers helper functions to retrieve variable names from different waves. There are different panel data designs and sample subsetting criteria implemented ("SRC", "SEO", "immigrant" and "latino" samples). More information about the PSID can be obtained at <https://simba.isr.umich.edu/data/data.aspx>.
Authors:
psidR_2.3.tar.gz
psidR_2.3.zip(r-4.5)psidR_2.3.zip(r-4.4)psidR_2.3.zip(r-4.3)
psidR_2.3.tgz(r-4.4-any)psidR_2.3.tgz(r-4.3-any)
psidR_2.3.tar.gz(r-4.5-noble)psidR_2.3.tar.gz(r-4.4-noble)
psidR_2.3.tgz(r-4.4-emscripten)psidR_2.3.tgz(r-4.3-emscripten)
psidR.pdf |psidR.html✨
psidR/json (API)
NEWS
# Install 'psidR' in R: |
install.packages('psidR', repos = c('https://floswald.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/floswald/psidr/issues
Last updated 15 days agofrom:c2a230b2df. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
R-4.4-win | OK | Nov 07 2024 |
R-4.4-mac | OK | Nov 07 2024 |
R-4.3-win | OK | Nov 07 2024 |
R-4.3-mac | OK | Nov 07 2024 |
Exports:build.panelbuild.psidgetNamesPSIDmedium.test.indmedium.test.ind.NAmedium.test.ind.NA.wealthmedium.test.noindsmall.test.indsmall.test.noindtestPSID
Dependencies:bitopsdata.tableforeignformatRfutile.loggerfutile.optionslambda.ropenxlsxRcppRCurlSASciistringizip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
build.panel: Build PSID panel data set | build.panel |
Build example PSID | build.psid |
get.psid connects to PSID database and downloads into Rda | get.psid |
GetPSID variables names from various years | getNamesPSID |
Convert factor to character | make.char |
ID list for mergeing PSID | makeids |
three year test, ind file | medium.test.ind |
three year test, ind file and one NA variable | medium.test.ind.NA |
three year test, ind file and one NA variable and wealth | medium.test.ind.NA.wealth |
three year test, no ind file | medium.test.noind |
psidR | psidR-package psidR |
one year test, ind file | small.test.ind |
one year test, no ind file | small.test.noind |
Create a test PSID dataset | testPSID |