Attrition Checks
attr_check.Rd
attr_check
reports missing data on treatment variable, assignment variable, and outcome.
This is an internal function and is typically not directly invoked by the user.
It can be accessed using the triple colon, as in rddapp:::attr_check().
Arguments
- x1
A numeric object containing the assignment variable.
- y
A numeric object containing the outcome variable, with the same dimensionality as
x1
.- t
A numeric object containing the treatment variable (coded as 0 for untreated and 1 for treated), with the same dimensionality as
x1
andy
.- x2
A numeric object containing the secondary assignment variable.