Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.