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
META ANALYSIS - meta regression -Prevalence studyHi to everybody. I've to do a metaregression analysis of Prevalence study. The aim of the study is: …
year dummies multicollinearityIn my fixed effects regression of about 30 panels in 30 years when i include year dummies by using -…
Create same variable across groups in panel dataHello Statalists, Hope you can advise on this. Lets say I have data N=20 and T=100, and I want to …
Modify color outside valuesGood morning I am using stata 14 and the following code to graph three boxplots. I have changed the…
When can I use "xtset id" in response to "repeated time values within panel"?Hi there, I currently have data for a large pool of individuals across four years (2015/16/17/18). …
Subscribe to:
Post Comments (Atom)
0 Response to Grouped Difference of Mean Test
Post a Comment