glm.simplereg.ps {precmed} | R Documentation |
Propensity score estimation with a linear model
Description
Propensity score based on a multivariate logistic regression with main effects only
Usage
glm.simplereg.ps(trt, x.ps, xnew = NULL, minPS = 0.01, maxPS = 0.99)
Arguments
trt |
Treatment received; vector of size |
x.ps |
A matrix of |
xnew |
A matrix of |
minPS |
A numerical value (in [0, 1]) below which estimated propensity scores should be
truncated. Default is |
maxPS |
A numerical value (in (0, 1]) above which estimated propensity scores should be
truncated. Must be strictly greater than |
Value
The estimated propensity score for each unit; vector of size n
(if xnew
is NULL) or m