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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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