Dear Statalist community,
I have two different dependent variables for which I need to run regressions.
My questions are:
- Which regressions are most suitable for both cases respectively
- Which is the best follow-up literature
I am new to Statalist. So any feedback, also on my posting style is appreciated.
The original sample provided around 340 observations for each dependent variable. (For graphical analysis of distribution see pictures attached at the end of post)
Unfortunately, by including several independent variables I reduced the sample size to 29 observations respectively.
1.:The observations for the first dependent variable are continuous with a lower bound of 0 and an upper bound of 1. An excerpt:
* Example generated by -dataex-. To install: ssc install dataex
clear
input float DepVar_1
.009060956
.007225433
.007398274
.00996016
.008196721
.008309846
.03448276
.00947672
.023762377
.0046189376
end
2.: The observations of the second dependent variable are also continuous with a lower bound of 0. In contrast there is no upper bound. An excerpt:
* Example generated by -dataex-. To install: ssc install dataex
clear
input float DepVar_2
13.19481
11.045174
15.830535
15.94977
13.91649
18.7512
12.101977
12.70576
9.620095
10.507575
end
Iam really grateful for any kind of support!
Helmut
Attachements:

I have two different dependent variables for which I need to run regressions.
My questions are:
- Which regressions are most suitable for both cases respectively
- Which is the best follow-up literature
I am new to Statalist. So any feedback, also on my posting style is appreciated.
The original sample provided around 340 observations for each dependent variable. (For graphical analysis of distribution see pictures attached at the end of post)
Unfortunately, by including several independent variables I reduced the sample size to 29 observations respectively.
1.:The observations for the first dependent variable are continuous with a lower bound of 0 and an upper bound of 1. An excerpt:
* Example generated by -dataex-. To install: ssc install dataex
clear
input float DepVar_1
.009060956
.007225433
.007398274
.00996016
.008196721
.008309846
.03448276
.00947672
.023762377
.0046189376
end
2.: The observations of the second dependent variable are also continuous with a lower bound of 0. In contrast there is no upper bound. An excerpt:
* Example generated by -dataex-. To install: ssc install dataex
clear
input float DepVar_2
13.19481
11.045174
15.830535
15.94977
13.91649
18.7512
12.101977
12.70576
9.620095
10.507575
end
Iam really grateful for any kind of support!
Helmut
Attachements:
Comment