From 23421cde420b8afc5102d5eba0093bd27218d900 Mon Sep 17 00:00:00 2001 From: Florian Oswald Date: Fri, 7 May 2021 10:19:55 +0200 Subject: [PATCH] Update readme.md --- readme.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index f163ea1..bdd096d 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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