sc_solve: Solve for synthetic control weights in CVXR

View source: R/CVXSynth.R

sc_solveR Documentation

Solve for synthetic control weights in CVXR

Description

Solve for synthetic control weights in CVXR

Usage

sc_solve(y_t, y_c, solv = "MOSEK")

Arguments

y_t

t_0 X 1 matrix of pre-treatment outcomes for treatment units

y_c

t_0 X n_0 matrix of pre-treatment outcomes for donor units

solv

what solver to use. default is mosek

Value

vector of weights


apoorvalal/CVXSynth documentation built on May 16, 2023, 11:03 p.m.