Package: ivmte
Title: Instrumental Variables: Extrapolation by Marginal Treatment
        Effects
Version: 1.4.0
Authors@R: c(person("Alexander",
		    "Torgovitsky",
		    email = "atorgovitsky@gmail.com",
		    role = c("aut")),
	     person("Joshua",
                    "Shea",
		    email = "jkcshea@uchicago.edu",
		    role = c("aut", "cre")))
Maintainer: Joshua Shea <jkcshea@uchicago.edu>
Description: The marginal treatment effect was introduced by Heckman and
    Vytlacil (2005) <doi:10.1111/j.1468-0262.2005.00594.x> to provide a
    choice-theoretic interpretation to instrumental variables models that
    maintain the monotonicity condition of Imbens and Angrist (1994)
    <doi:10.2307/2951620>. This interpretation can be used to extrapolate from
    the compliers to estimate treatment effects for other subpopulations. This
    package provides a flexible set of methods for conducting this
    extrapolation. It allows for parametric or nonparametric sieve estimation,
    and allows the user to maintain shape restrictions such as monotonicity. The
    package operates in the general framework developed by Mogstad, Santos and
    Torgovitsky (2018) <doi:10.3982/ECTA15463>, and accommodates either point
    identification or partial identification (bounds). In the partially
    identified case, bounds are computed using either linear programming
    or quadratically constrained quadratic programming. Support for
    four solvers is provided. Gurobi and the Gurobi R API
    can be obtained from <http://www.gurobi.com/index>. CPLEX can be obtained
    from <https://www.ibm.com/analytics/cplex-optimizer>. CPLEX R APIs 'Rcplex'
    and 'cplexAPI' are available from CRAN. MOSEK and the MOSEK R API can be
    obtained from <https://www.mosek.com/>. The lp_solve library is freely
    available from <http://lpsolve.sourceforge.net/5.5/>, and is included when
    installing its API 'lpSolveAPI', which is available from CRAN.
Depends: R (>= 3.6.0)
Imports: Formula, methods, stats, utils
Suggests: gurobi (>= 8.1-0), slam (>= 0.1-42), cplexAPI (>= 1.3.3),
        lpSolveAPI (>= 5.5.2.0-17), Rmosek (>= 9.2.38), testthat (>=
        2.0.0), data.table (>= 1.12.0), splines2 (>= 0.2.8),
        future.apply (>= 1.6.0), future (>= 1.18.0), Matrix, knitr,
        rmarkdown, pander, AER, lsei, ggplot2, gridExtra
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-08 18:57:33 UTC; jkcshea
Author: Alexander Torgovitsky [aut],
  Joshua Shea [aut, cre]
Repository: CRAN
Date/Publication: 2021-09-17 12:20:07 UTC
Built: R 4.3.3; ; 2025-01-24 09:00:26 UTC; unix
