Dear all,
I want to perform a difference of means test on my dataset, to see whether there is a difference in the means of the treated and control group. With the Stata command
foreach var of varlist _Assets _Ebit _Revenue {
ttest `var', by(published)
}
I could already get a first intuition. However, I would like to "group" these data on a firm level. Is there a why to perform the same test clustered at the firm level.
I have a unique identifier (ISIN).
Any suggestions are highly appreciated
Best
Jannik
Related Posts with Grouped Difference of Mean Test
fe and first-difference estimator with controls and weight in baseline yearI have been learning from Statalist for some years now. Thank you for being there for us! First time…
post and postfile help after regressionI am running a simple regression repeated for ~1,000 variables in a loop. I would like to capture th…
Dropping unnecessary variable from BRFSS data to save spaceIs there any efficient way to keep the variables I need and drop all the unnecessary variables ? In …
Converting Stata version 16 to Stata version 12 with Stat/Transfer in LinuxDear Forum Members, I have some Stata version 16 data files, which I would like to convert to Stata…
Question about "spxtregress, re sarpanel" and serial correlationRecently saw this tweet from Jeffrey Wooldridge and it made me question my understanding of how spxt…
Subscribe to:
Post Comments (Atom)
0 Response to Grouped Difference of Mean Test
Post a Comment