Dear All,
For my thesis, I need to solve the following equation with two unknowns (p) and (k).
In which p = FCF/(k - g) - L - N
and solving for k, gives; k = (g*N+g*L+FCF+g*p) / (NCI+L+P)
Normally it would be something I'd solve by the goal seek function in excel but I now need to execute it for 100.000+ individual observations in Stata. I haven't been able to figure out how to implement it by reading through the forum. Hopefully, somebody can help me out or point me in the right direction.
Kind regards,
Ben
For my thesis, I need to solve the following equation with two unknowns (p) and (k).
In which p = FCF/(k - g) - L - N
and solving for k, gives; k = (g*N+g*L+FCF+g*p) / (NCI+L+P)
Normally it would be something I'd solve by the goal seek function in excel but I now need to execute it for 100.000+ individual observations in Stata. I haven't been able to figure out how to implement it by reading through the forum. Hopefully, somebody can help me out or point me in the right direction.
Kind regards,
Ben
Comment