Hi Stata-Forum Members,
I have created a dataset that contains data on 112 companies across 84 quarters containing data on
Customer Satisfaction (CS), Cashflows(CF), Earnings(E) R&D (RD) and Concentration (Conc) of the Industry and whether there was a Crisis (Crisis), a Dummy Variable that is 1 when there was a crisis and 0, otherwise.
The dataset is not balanced since some companies only have data for years. (The average quarters measured is around 60).
Here are the two things that I wanted to test:
1. Does Customer Satisfaction has a positive impact on CashFlows
1.b) Is this relationship non-linear.
2. In times of a crisis, high CS mitigate negative effects of a crisis
2b) In times of a crisis low CS does not exacerbate the negative effects of a crisis
To test these hypothesis I used the following econometrical model:
(1) CFi,t= ai,t+b1*CFi,t-1+b2*Ei,t-1+b3*CSi,t b4*CSi,t2+vi+ei,t
where a is the intercept, b1,2 measure past cashflows and earnings and
b3,4 are the variables of interest.
I estimated this model with the commands xtregar and since its a dynamic model with xtabond. Both results indicate that b3 and b4 are positive and significant.
(Q1) I hope these findings support my Hypothesis 1 and 1b).
Now comes the problem: I dont want to test whether CS has a general effect in terms of a crisis, but I want to check whether high CS reduces the effects of a crisis and lowCS doesnt exacerbate the effects. Therefore I tested the following model:
(2) CFi,t= ai,t+b1*CFi,t-1+b2*Ei,t-1+b3*CSi,t b4*Crisis+b5*HighCS+b6*LowCS+b7*Crisis*HighCS+b8*LowCS*Crisis+vi+ei,t
The outcomes indicate that:
b4 is significant and negative
b5 is significant and positive
b6 is insignificant
b7 is significant and positive
b8 is significant and positive
HighCS and LowCS are both dummies, since I have 3 groups (HighCS NormalCS LowCS) I included 2 dummies to compare these groups with the group of firms that have averagely satisfied customers.
(Q2) Can I draw the conclusion from my results that when there is a Crisis(Dummy=1) companies that have a high level of customer satisfaction (Dummy=1) suffer less from the negative effects of a crisis?
Im am just so unsure because the Dummy Variable of Crisis mark certain points in time (6 quarters), while the Dummy of HighCustomer satisfaction is coded across the whole dataset with regards to time t.
I already looked at:
https://www.statalist.org/forums/for...dummy-variable
but it didnt clarify to me, whether my model is set-up correctly.
If you need any stata-outputs I can provide them as well.
Kind regards,
Damien
I have created a dataset that contains data on 112 companies across 84 quarters containing data on
Customer Satisfaction (CS), Cashflows(CF), Earnings(E) R&D (RD) and Concentration (Conc) of the Industry and whether there was a Crisis (Crisis), a Dummy Variable that is 1 when there was a crisis and 0, otherwise.
The dataset is not balanced since some companies only have data for years. (The average quarters measured is around 60).
Here are the two things that I wanted to test:
1. Does Customer Satisfaction has a positive impact on CashFlows
1.b) Is this relationship non-linear.
2. In times of a crisis, high CS mitigate negative effects of a crisis
2b) In times of a crisis low CS does not exacerbate the negative effects of a crisis
To test these hypothesis I used the following econometrical model:
(1) CFi,t= ai,t+b1*CFi,t-1+b2*Ei,t-1+b3*CSi,t b4*CSi,t2+vi+ei,t
where a is the intercept, b1,2 measure past cashflows and earnings and
b3,4 are the variables of interest.
I estimated this model with the commands xtregar and since its a dynamic model with xtabond. Both results indicate that b3 and b4 are positive and significant.
(Q1) I hope these findings support my Hypothesis 1 and 1b).
Now comes the problem: I dont want to test whether CS has a general effect in terms of a crisis, but I want to check whether high CS reduces the effects of a crisis and lowCS doesnt exacerbate the effects. Therefore I tested the following model:
(2) CFi,t= ai,t+b1*CFi,t-1+b2*Ei,t-1+b3*CSi,t b4*Crisis+b5*HighCS+b6*LowCS+b7*Crisis*HighCS+b8*LowCS*Crisis+vi+ei,t
The outcomes indicate that:
b4 is significant and negative
b5 is significant and positive
b6 is insignificant
b7 is significant and positive
b8 is significant and positive
HighCS and LowCS are both dummies, since I have 3 groups (HighCS NormalCS LowCS) I included 2 dummies to compare these groups with the group of firms that have averagely satisfied customers.
(Q2) Can I draw the conclusion from my results that when there is a Crisis(Dummy=1) companies that have a high level of customer satisfaction (Dummy=1) suffer less from the negative effects of a crisis?
Im am just so unsure because the Dummy Variable of Crisis mark certain points in time (6 quarters), while the Dummy of HighCustomer satisfaction is coded across the whole dataset with regards to time t.
I already looked at:
https://www.statalist.org/forums/for...dummy-variable
but it didnt clarify to me, whether my model is set-up correctly.
If you need any stata-outputs I can provide them as well.
Kind regards,
Damien
Comment