Hi all,
I want to use the logarithm of a firm's profits as a dependent variable (see data example). However, I have many firms with negative values, which implies that I would get many missing values after the log transformation. I know that one potential solution is to include a constant. However, I have firms with huge negative profits. Thus, I do not see it as feasible. Do you have other solutions, or am I obliged to pay the price of using a log transformation?
Thanks in advance for your help.
Best,
Kevin
I want to use the logarithm of a firm's profits as a dependent variable (see data example). However, I have many firms with negative values, which implies that I would get many missing values after the log transformation. I know that one potential solution is to include a constant. However, I have firms with huge negative profits. Thus, I do not see it as feasible. Do you have other solutions, or am I obliged to pay the price of using a log transformation?
Thanks in advance for your help.
Best,
Kevin
Code:
firm year profits_heures 3 2002 -10.93949 3 2002 -10.93949 3 2002 -10.93949 3 2002 -10.93949 8 2006 .279665 8 2006 .279665 8 2006 .279665 8 2006 .279665 8 2007 .9127844 8 2007 .9127844 8 2007 .9127844 8 2007 .9127844 8 2007 .9127844 8 2008 -2.7366899 8 2008 -2.7366899 8 2008 -2.7366899 8 2008 -2.7366899 8 2008 -2.7366899 8 2008 -2.7366899 8 2010 -.54344109 8 2010 -.54344109 8 2010 -.54344109 8 2010 -.54344109 end
Comment