psidR icon indicating copy to clipboard operation
psidR copied to clipboard

R package to easily build panel data sets from the PSID

Results 11 psidR issues
Sort by recently updated
recently updated
newest added

r = system.file(package="psidR") f = fread(file.path(r,"psid-lists","famvars.txt")) i = fread(file.path(r,"psid-lists","indvars.txt")) i = dcast(i[,list(year,name,variable)],year~name, value.var = "variable") f = dcast(f[,list(year,name,variable)],year~name, value.var = "variable") d = build.panel(datadir='data',fam.vars=f,ind.vars=i, heads.only = FALSE,design="all") After entering the...

Respected Sir I came across the following error. Kindly guide me how to resolve it.The error is as follows: d = build.panel(datadir=datadr,fam.vars=f,ind.vars=i, heads.only = TRUE,sample="SRC",design="all") Error in flog.threshold(loglevel) : could...

Warning: r-lib/actions/setup-r@v1 is deprecated. Please update your workflow to use the 'v2' version. Also look at the examples at https://github.com/r-lib/actions/tree/v2/examples because '@v2' workflows are much simpler than 'v1' workflows.

install_github("psidR",username="floswald") Error in install_github("psidR", username = "floswald") : could not find function "install_github" how to address this error

Hi Florian, Thanks so much for this amazing package, it really saves time! I am currently using this package for some data analysis and I get a little bit confused...

Hi Florian, I added a hardcoded all-year-individual-level var list in the getNamesPSID function. If the given var is in this list, in the returned one-column-dataframe, all blanks (those in rows...

Hi I am trying the psid R package via R studio. I ran into an error message " Error in get.psid(family[i, "file"], name = paste0(datadir, "FAM", family[i, : no longer...

Hello, Thank you for this great package, it will help me and my team a lot! I'm currently going through your code and I tried the 3 year test. I...

the loading of data from .rda is a problem. `x = readRDS()` is much cleaner.

Florian @floswald, as co-maintainer of the [Econometrics CRAN task view](https://CRAN.R-project.org/view=Econometrics) I noticed that `psidR` was recently archived on CRAN for internet access policy violations. Do you plan on updating the...