Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald authored May 7, 2021
1 parent 702dba8 commit 23421cd
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 @@ -207,20 +223,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 23421cd

Please sign in to comment.