leebounds_unknown_sign | R Documentation |
This function computes basic Lee (2009) upper and lower bound on the Average Treatment Effect . Its input argument is a dataframe consisting of d=treat (binary treatment), s = selection (e.g., employment, test participation), and outcome = sy observed only if s=1 (e.g., wage, test score). Lee (2009) bounds make two assumptions: (1) Treatment is randomly assigned and (2) Treatment either cannot hurt or cannot help selection, but the direction is the same for all individuals: S_1 >= S_0 a.s. or S_0>=S_1, where S_1,S_0 are potential selection outcomes.
leebounds_unknown_sign(leedata)
leedata |
data frame with treat, selection, outcome |
Lee (2009) lower and upper bound
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.