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
Controls, fixed effect models, and an issueDear Statalist, I am estimating the effect of parental separation on the amount of time a child spe…
Margins and Predict for Tobit estimationI have a question regarding the following error message: missing predicted values encountered within…
Setting significant levels and explanationHi everyone, I am new to the forum. My original paper shows that " *, ** and *** denote significanc…
Histograms - X AxisHi everyone! I would like to know, whether there is a way to remove the minor ticks and numbers tha…
Data Arrangement for Categorical RegressionHello, I would like to analyse whether a person's political opinion is changed after the loss of a p…
Subscribe to:
Post Comments (Atom)
0 Response to Grouped Difference of Mean Test
Post a Comment