Dear all.
I’m running a model which has a continuous dependent variable (fees) and 2 binary variables: institutional (1 if institutional; 0 if retail) and international (1 if international; 0 if domestic)
reg fees i.dummy_institutional##i.dummy_international , robust cluster (id)
I’m getting the following results:
I’m struggling to interpret the results. The goal is to answer to 2 main questions:
Antonio
I’m running a model which has a continuous dependent variable (fees) and 2 binary variables: institutional (1 if institutional; 0 if retail) and international (1 if international; 0 if domestic)
reg fees i.dummy_institutional##i.dummy_international , robust cluster (id)
I’m getting the following results:
| Intercept | 1.1862*** |
| (130.14) | |
| Dummy institutional | -0.1438*** |
| (-3.50) | |
| Dummy international | 0.2306*** |
| (23.75) | |
| Dummy institutional x Dummy international | 0.01412 |
| (0.47) |
I’m struggling to interpret the results. The goal is to answer to 2 main questions:
- Are there significant differences between the fees charged by institutional and retail international firms?
- Are there significant differences between the fees charged by institutional and retail domestic firms?
Antonio

Comment