Skip to content

ebenmichael/balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balancer

Project Status: WIP  Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Overview

This package implements various forms of balancing weights which solve the general dual problem:

min f^*(X %*% theta) - X_t + h^*(theta)

This optimization problem is solved with accelerated proximal gradient descent.

Installation

To install this package, first ensure that devtools is installed with

install.packages("devtools")

then install the package from GitHub with

devtools::install_github("ebenmichael/balancer")

About

Balancing weights for observational studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages