teffect: Treatment Effect Estimators using BLOP

Description Usage Arguments Author(s)

View source: R/methods.r

Description

Treatment Effect Estimators using BLOP

Usage

1
2
3
4
5
6
7
8
teffect(X, y, effect = "ate", ...)

## Default S3 method:
teffect(X, y, Treat, effect = "ate", ...)

## S3 method for class 'blopmatch_match'
teffect(x, y, effect = "ate", tol = 1e-20,
  X = NULL, ...)

Arguments

X

Numeric matrix of size n*K.

y

Numeric vector of length n. Dependent variable.

Treat

Integer vector of size n. Group indicator. Can be either -1 (no group), 0 (control) or 1 (treatment).

x

An object of class blopmatch_match

Author(s)

George G. Vega Yon


gvegayon/blopmatch documentation built on Dec. 2, 2019, 6:27 a.m.