Description Usage Arguments Value References
'Local' Integrated Propensity Score estimator based on indicator weighting function
1 2 3 4 5 6 7 8 9 10 11 |
z |
An n x 1 vector of binary instruments. |
d |
An n x 1 vector of binary treatment adoption indicators. |
x |
An n x k matrix of covariates to be used in the propensity score. First element must be a vector of 1's. |
xbal |
An n x l, l≤q k, matrix of “raw” covariares to be balanced (does not need to include interaction terms). Default is |
beta.initial |
An optional k x 1 vector of initial values for the parameters to be optimized over. |
lin.rep |
Logical argument to whether an estimator for the asymptotic linear representation of the LIPS parameters should be provided. Deafault is TRUE. |
whs |
An optional n x 1 vector of weights to be used. If NULL, then every observation has the same weights. |
x_keep |
Default is FALSE. If TRUE, we return covariate matrix in the output. |
maxit |
The maximum number of iterations. Defaults to 50000. = FALSE). Deafault is 999 if boot = TRUE |
A list containing the following components:
coefficients |
The estimated LIPS_ind coefficients |
fitted.values |
The LIPS_ind fitted probabilities |
linear.predictors |
The LIPS_ind estimated index (X'beta) |
lin.rep |
An estimator of the LIPS_ind coefficients' asymptotic linear representation |
converged |
An integer code. 0 indicates successful completion |
x |
The model matrix (i.e. the matrix of covariates used to estimate the LIPS_ind parameters). Only returned if |
Sant'Anna, Pedro H. C, Song, Xiaojun, and Xu, Qi (2019), Covariate Distribution Balance via Propensity Scores, Working Paper <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3258551>.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.