logit_ps_est: a function to estimate a propensity score using logistic regression implemented in glm.

logit_ps_est(models, data, args)

Arguments

models

A data structure object

data

Source data

args

Additional argument to glm

Value

A matrix of estimated propensity scores, one column for each treatment

Author

M. Alan Brookhart