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
Doing endogenous regime switching regressionPlease can you help me with these questions? 1. What STATA command can I use to run an endogenous re…
System GMM with panel dataHi I had run a system GMM panel data regression on STATA 14 and I got Variance-covariance matrix o…
Fixed effects along with robust standard errors at firm levelHi, I am working on a model following the approach used by Benlemlih and Bitar (2018), where they h…
Egen - multiple datasetsI am using NHIS data from 1986-2009. I want to find a simpler way to generate ID variable for datase…
Summarize variable by ID and yearHello everyone, I have a panel dataset of individuals (children). There, I have the individual's an…
Subscribe to:
Post Comments (Atom)
0 Response to Grouped Difference of Mean Test
Post a Comment