README.md

ents

Build Status 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 methods for maximum entropy synthetic controls using multiple outcomes.

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/ents")

Basic usage

The following requires a data frame outcomes which at a minimum has the following columns:

and a data frame metadata which at a minimum has the following columns:

Four methods of imputing a synthetic control are implemented:

Each function takes in outcomes and metadata along with hyper-parameters, and returns as list including a dataframe with the synthetic control added and the synthetic control weights.



ebenmichael/ents documentation built on May 31, 2019, 8:45 p.m.