https://github.com/dewittpe/pstools
Propensity Score Analysis Tools
https://github.com/dewittpe/pstools
Last synced: 5 months ago
JSON representation
Propensity Score Analysis Tools
- Host: GitHub
- URL: https://github.com/dewittpe/pstools
- Owner: dewittpe
- Created: 2016-10-12T21:20:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T15:45:53.000Z (about 9 years ago)
- Last Synced: 2024-06-12T17:53:03.499Z (about 2 years ago)
- Language: R
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pstools
Tools for Propensity Score Analyses
[](http://www.repostatus.org/#active)
[](https://travis-ci.org/dewittpe/pstools)
[](https://codecov.io/github/dewittpe/pstools?branch=master)
[](https://cran.r-project.org/package=pstools)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
[](https://cran.r-project.org/)
## Examples
## Install
### From CRAN
This package is currently *not* on CRAN. Development is moving forward.
### Developmental
Install the development version of `pstools` directly from github via the
[`devtools`](https://github.com/hadley/devtools/) package:
if (!("devtools" %in% rownames(installed.packages()))) {
warning("installing devtools from https://cran.rstudio.com")
install.packages("devtools", repo = "https://cran.rstudio.com")
}
devtools::install_github("dewittpe/pstools", build_vignettes = TRUE)
*NOTE:* If you are working on a Windows machine you will need to download and
install [`Rtools`](https://cran.r-project.org/bin/windows/Rtools/) before
`devtools` will work for you.