Hi, I'm new to the forum but had a question I can't seem to figure out. I am using a PSM regression and want to find out the # of observations in the treatment and control group that Stata uses when it implements the command. The command below gives me the overall sample, but how many are in treatment and (WIE=1) or in the control group (WIE=0).
Thanks.
Ricardo Godoy
teffects psmatch (V193_nlrc) (WIE YearsOfEducation FatherYearsOfEducation BirthOrder Ag
> e i.Region_n Survey_year_q) if (WIE == 1 & Survey_n == 2) | (WIE == 0), atet nn(2) calip
> er(0.2) vce(iid) g(stub)
Treatment-effects estimation Number of obs = 46,919
Estimator : propensity-score matching Matches: requested = 2
Outcome model : matching min = 2
Treatment model: logit max = 3
------------------------------------------------------------------------------------------
V193_nlrc | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------------------+----------------------------------------------------------------
ATET |
WIE |
(1=Only participated .. |
vs |
0=Didn't participate..) | .0379878 .0127106 2.99 0.003 .0130754 .0629002
Related Posts with Finding sample size for treatment and control with PSM
Adding Back Perfect Predictions to Probit Average Marginal EffectHello! I am running a probit regression in Stata. The dependent variable is binary with 1 for promo…
Creating cohorts- pseudo panel dataHi, I'm using 3 rounds of cross sectional NSSO data and would like to generate a pseudo panel datase…
String variable quarterly timeHello everyone, First of all, I have learned a lot from this forum. However, I could not find the a…
Cohort variableHello! I am using data about households and I am interested in analyzing homeownership and mortgage …
Testing for Endogeneity of Dummy Variables.Hi all, I am conducting some research into impact of the World Cup on the growth rate of host count…
Subscribe to:
Post Comments (Atom)
0 Response to Finding sample size for treatment and control with PSM
Post a Comment