Learn R Programming

SemiParBIVProbit (version 3.2-9)

AT: Average treatment effect of a binary endogenous variable

Description

AT can be used to calculate the sample average treatment effect of a binary endogenous predictor/treatment, with corresponding confidence intervals.

Usage

AT(x, eq, nm.bin="", E=TRUE, treat=TRUE, delta=FALSE, sig.lev=0.05, 
   s.meth="svd", n.sim=1000)

Arguments

x
A fitted SemiParBIVProbit object as produced by SemiParBIVProbit().
eq
Equation containing the binary endogenous predictor of interest.
nm.bin
Name of the binary endogenous variable.
E
If TRUE, then AT calculates the sample ATE. If FALSE, then it calculates the sample AT for the treated individuals only.
treat
If TRUE, then AT calculates the AT using the treated only. If FALSE, then it calculates the effect on the control group. This only makes sense if used jointly with E=FALSE.
delta
If TRUE then an approximate delta method is used for confidence interval calculation, otherwise Bayesian posterior simulation (the most reliable option, despite a bit slower) is employed. Note that for models including random e
sig.lev
Significance level.
n.sim
Number of simulated coefficient vectors from the posterior distribution of the estimated model parameters. This is used when delta=FALSE.
s.meth
Matrix decomposition used to determine the matrix root of the covariance matrix. This is used when delta=FALSE. See the documentation of the mvtnorm package for further details.

Value

  • resIt returns three values: lower confidence interval limit, estimated AT and upper confidence interval limit.
  • sig.levSignificance level used.
  • est.ATbWhen delta=FALSE it returns a vector containing simulated values of the average treatment effect. This is used to calculate intervals.

Details

AT measures the sample average difference in outcomes under the treatment (the binary predictor/treatment assumes value 1) and under the control (the binary treatment assumes value 0). See the references below for details.

References

Marra G. and Radice R. (2011), Estimation of a Semiparametric Recursive Bivariate Probit in the Presence of Endogeneity. Canadian Journal of Statistics, 39(2), 259-279. Marra G., Papageorgiou G. and Radice R. (in press), Estimation of a Semiparametric Recursive Bivariate Probit Model with Nonparametric Mixing. Australian & New Zealand Journal of Statistics. Radice R., Marra G. and M. Wojtys (submitted), Copula Regression Spline Models for Binary Outcomes with Application in Health Care Utilization.

See Also

SemiParBIVProbit-package, SemiParBIVProbit, summary.SemiParBIVProbit

Examples

Run this code
## see examples for SemiParBIVProbit

Run the code above in your browser using DataLab