Skip to content

Commit

Permalink
Merge branch 'master' of github.com:floswald/psidR
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald committed Jul 13, 2021
2 parents d2293f5 + 23421cd commit 1d7007b
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
This R package provides a function to easily build panel data from PSID raw data.

>**Warning**: the wealth-supplement setup has changed on the PSID system. wealth variables are now part of the family files for waves 1999 onwards. The `wealth=TRUE` option has therefore been removed from the package. See [this issue](https://github.com/floswald/psidR/issues/34) for more details.
>
## How to install this package

The package is on CRAN, so just type

```r
install.packages('psidR')
```

Alternatively to get the up-to-date version from this repository,

```r
install.packages('devtools')
install_github("psidR",username="floswald")
```

### PSID

Expand Down Expand Up @@ -243,20 +259,7 @@ medium.test.ind.NA()



### How to install this package

The package is on CRAN, so just type

```r
install.packages('psidR')
```

Alternatively to get the up-t-date version from this repository,

```r
install.packages('devtools')
install_github("psidR",username="floswald")
```


### Example Usage
Expand Down

0 comments on commit 1d7007b

Please sign in to comment.