Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbryer/multilevelpsa
R package for estimating and visualizing multilevel propensity score models.
https://github.com/jbryer/multilevelpsa
Last synced: about 2 months ago
JSON representation
R package for estimating and visualizing multilevel propensity score models.
- Host: GitHub
- URL: https://github.com/jbryer/multilevelpsa
- Owner: jbryer
- Created: 2011-11-11T21:45:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T03:21:43.000Z (over 4 years ago)
- Last Synced: 2024-01-04T18:44:33.930Z (12 months ago)
- Language: R
- Size: 97.7 MB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## multilevelPSA - An R package for estimating and visualizing multilevel propensity score models
[![Build Status](https://api.travis-ci.org/jbryer/multilevelPSA.svg)](https://travis-ci.org/jbryer/multilevelPSA?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/multilevelPSA)](http://cran.r-project.org/package=multilevelPSA)The following example demonstrates how to get started the multilevelPSA package (more soon...).
#Install the package from Github
devtools::install_github('multilevelPSA', 'jbryer')#Load the package
library(multilevelPSA)#List the available functions
ls('package:multilevelPSA')![MultilevelPSA Plot](http://jason.bryer.org/multilevelPSA/pisaMath.png)
More documentation to come.