-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
38 lines (38 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: psidR
Type: Package
Title: Build Panel Data Sets from PSID Raw Data
Version: 2.3
Date: 2024-09-23
Authors@R: person(given = "Florian",
family = "Oswald",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Florian Oswald <[email protected]>
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). More information about
the PSID can be obtained at <https://simba.isr.umich.edu/data/data.aspx>.
Depends: R (>= 3.5.0)
URL: https://github.com/floswald/psidR
Imports:
data.table,
RCurl,
foreign,
SAScii,
openxlsx,
futile.logger
License: GPL-3
Encoding: UTF-8
Collate:
'build.panel.r'
'makeids.r'
'psidR-package.r'
Suggests:
testthat
RoxygenNote: 7.3.2