scmOptions {causalOT}R Documentation

Options for the SCM Method

Description

Options for the SCM Method

Usage

scmOptions(...)

Arguments

...

Arguments passed to the osqpSettings() function which solves the problem.

Details

Options for the solver used in the optimization of the Synthetic Control Method of Abadie and Gardeazabal (2003).

Value

A list with arguments to pass to osqpSettings()

Examples

opts <- scmOptions()

[Package causalOT version 1.0.2 Index]