Other packages > Find by keyword >

psidR  

Build Panel Data Sets from PSID Raw Data
View on CRAN: Click here


Download and install psidR package within the R console
Install from CRAN:
install.packages("psidR")

Install from Github:
library("remotes")
install_github("cran/psidR")

Install by package version:
library("remotes")
install_version("psidR", "2.3")



Attach the package and use:
library("psidR")
Maintained by
Florian Oswald
[Scholar Profile | Author Map]
First Published: 2013-07-22
Latest Update: 2021-05-07
Description:
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).
How to cite:
Florian Oswald (2013). psidR: Build Panel Data Sets from PSID Raw Data. R package version 2.3, https://cran.r-project.org/web/packages/psidR. Accessed 13 Apr. 2025.
Previous versions and publish date:
1.0 (2013-07-22 13:33), 1.1 (2013-08-24 01:29), 1.2 (2013-09-10 23:57), 1.3 (2015-05-15 09:20), 1.4 (2016-10-29 22:24), 1.5 (2018-04-20 19:03), 1.6 (2018-08-15 15:50), 1.7 (2018-10-17 00:50), 1.9 (2018-10-18 17:20), 2.0 (2020-02-26 20:40), 2.1 (2021-05-07 09:50), 2.2 (2024-06-04 11:45)
Other packages that cited psidR R package
View psidR citation profile
Other R packages that psidR depends, imports, suggests or enhances
Complete documentation for psidR
Functions, R codes and Examples using the psidR R package
Some associated functions: build.panel . build.psid . get.psid . getNamesPSID . make.char . makeids . medium.test.ind.NA . medium.test.ind.NA.wealth . medium.test.ind . medium.test.noind . psidR . small.test.ind . small.test.noind . testPSID . 
Some associated R codes: Full psidR package functions and examples
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for psidR010203040506070TrendBars

Today's Hot Picks in Authors and Packages

ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA