Hi,
I am having trouble choosing the right initial values. I get the error message :
"
Some element of Newton direction isn't finite. Jacobian maybe singular or there is a problem with initial values
Error in model_diagnostics (line 65)
[dr.ys,params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,1); "
What I have done is that for some variables I chose the initial values equal to the steady state and for others I chose equal to log of steady state to avoid negative results.
Is there anyway I can fix this ?
Thank you in advance for your suggestions