Skip to content
/ hdps Public
forked from lendle/hdps

High dimensional propensity score algorithm in R

License

Notifications You must be signed in to change notification settings

guhjy/hdps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdps

Build Status

High dimensional propensity score algorithm

Install

This package can be installed using the devtools package in R:

library(devtools)
install_github("lendle/hdps")
# or if that doesn't work, try
install_git("git@github.com:lendle/hdps")

Documentation

Wouldn't it be great if you could automatically generate markdown files from .Rd files so you could just view the docs directly on github? Well you can't. So open up R and do this instead:

library(hdps)
?hdps

About

High dimensional propensity score algorithm in R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 90.4%
  • C++ 9.6%