Hi
My task is to build a cost frontier that shows the cost of producing electricity. I consider the following variables: total costs, electricity output, labor price, fuel price, and capital price. My data is on plant level and also only for a specific year.
Since I have information about the capital price, I am using an approach to approximately estimate the capital price of each plant: (total costs-labor expenses-fuel expenses)/(total capacity).
I have found that approach in a research paper.
However, my problem is that out of 400 observations (plants) I have 18 with a negative capital price. Since I'm forced to use a ln function, I need to have non negative values. Also it does not make sense to have negative capital prices, even if the plant is amortized, because a negative price would mean that the plant receives money.
Are there any common practices in stata to solve that problem? Dropping the observations would bias my estimation. I was thinking of setting those capital prices to a very low positive value (0.00001), so that the influence on the total costs is rather negligible.
Thank you very much for your help in advance!
My task is to build a cost frontier that shows the cost of producing electricity. I consider the following variables: total costs, electricity output, labor price, fuel price, and capital price. My data is on plant level and also only for a specific year.
Since I have information about the capital price, I am using an approach to approximately estimate the capital price of each plant: (total costs-labor expenses-fuel expenses)/(total capacity).
I have found that approach in a research paper.
However, my problem is that out of 400 observations (plants) I have 18 with a negative capital price. Since I'm forced to use a ln function, I need to have non negative values. Also it does not make sense to have negative capital prices, even if the plant is amortized, because a negative price would mean that the plant receives money.
Are there any common practices in stata to solve that problem? Dropping the observations would bias my estimation. I was thinking of setting those capital prices to a very low positive value (0.00001), so that the influence on the total costs is rather negligible.
Thank you very much for your help in advance!
Comment