Dear Statalisters,
I have seen commands in -ml- that use as an option -gtol()-. For example, in this past post: https://www.stata.com/statalist/arch.../msg01091.html the following command is used:
ml maximize, tech(nr bhhh dfp bfgs) tol(1e-12) gtol(1e-12) force Another example is here: https://www.statalist.org/forums/for...ction-frontier which uses:
ml max, difficult gtol(1e-5) nrtol(1e-5)
There are many other examples.
But searching the stata manual, https://www.stata.com/manuals13/rml.pdf I don't find any explanation about gtol. I also didn't find gtol anywhere mentioned in the full (2,997 page) stata manual. Please let me know why this may be, and where I can learn more about what this ml option does.
Thanks,
Hewan
Related Posts with Stata manual for -ml- does not explain what -gtol()- refers to
Why Stata doesn't recognize empty valuesHi, I have recently created a new variable mothergrad1 and there are empty values when I used the f…
Student and Subject Fixed effectsHi, I am running a panel data with 3000 observations and each student has two subjects recorded. I…
Remove accents on a string variable in stataDear everyone, I would like to know if someone knows a STATA code that I can use to remove accents …
Why the local value in a loop changes after use another data-set ?I have two datasets. The first one contains the following data. The data name is Forloop.dta. Code:…
Sum Variable in columsHello i have id Year temp "seq" 1 2001 . 0 1 2002 1 1 1 2003 1 2 1 2004 . 0 2 2001…
Subscribe to:
Post Comments (Atom)
0 Response to Stata manual for -ml- does not explain what -gtol()- refers to
Post a Comment