I am running the following regression:
When I had a look on boostrap technique in stata, I type the command:
The main problem is that bootstrap provides quantiles to the Y (Size) not the X (interest rate)
There is any bootstrap technique that provides quantiles for the X (intreset rate) and not the Y?
Notes:
1. The objective is to find threshold point from which the effect of interest rate will not be significant.
2. I did this manually for different cutoff points for interest rate 10%, 20%,....
But I need to do it formally
Best,
Mina
Size=constant+ beta (Interest rate)
The objective is to find whether the level of interest rate is linear on Size (firm size).When I had a look on boostrap technique in stata, I type the command:
sqreg Size interest_rate , q(.25 .50 .75)
The main problem is that bootstrap provides quantiles to the Y (Size) not the X (interest rate)
There is any bootstrap technique that provides quantiles for the X (intreset rate) and not the Y?
Notes:
1. The objective is to find threshold point from which the effect of interest rate will not be significant.
2. I did this manually for different cutoff points for interest rate 10%, 20%,....
But I need to do it formally
Best,
Mina
Comment