Arguments
data
A data frame containing the data. Default: use data in the current working directory
discard
Observations to be discarded based on the propensity score.
If discard = "control", only control observations are discarded.
If discard = "treat", only treatment observations are discarded.
distance
The link formula to be passed on to the glm command if discard = "control", "treat", or "both"; default = "logit"
m.order
Order by which estimated distances are sorted before starting the matching process.
Options: "decreasing", "increasing", "random", and "none".
As the "decreasing" and "increasing" options are based on propensity scores, they are only applicable
nclose
If nclose>0, sorts the matched observations by the distance measure and chooses the nclose matches with the smallest distances.
ytreat
The value of the dependent variable for the treatment group. Default: ytreat = 1.
Constructs matched samples for all other values of the dependent variable.
If discard="treat" or discard="both", only treatment observatio