Skip to content

mubagriyanik/augsynth

This branch is 33 commits behind ebenmichael/augsynth:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Eli Ben-Michael
Aug 10, 2021
ab71fc7 · Aug 10, 2021
Aug 10, 2021
Apr 22, 2020
Apr 24, 2020
Jun 15, 2021
Aug 10, 2021
May 21, 2021
Feb 29, 2020
Apr 23, 2020
Jul 31, 2020
Jul 30, 2020
Nov 6, 2018
Sep 14, 2020
Apr 23, 2020
Dec 22, 2017

Repository files navigation

augsynth: Augmented Synthetic Control Method

Build Status Project Status: Active  The project has reached a stable, usable state and is being actively developed.License: MIT

Overview

This package implements the Augmented Synthetic Control Method (ASCM).

For a more detailed description of the main functionality check out:

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

Basic usage

To get started, use a panel dataset with an outcome measure, a treatment indicator, a unit indicator, a time variable, and an intervention time t_int. Then run

asyn <- augsynth(outcome ~ trt, unit, time, t_int, data)

About

Augmented Synthetic Control Method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%