Hello,
I read that when using -logout- I can add fix(#) to adjust the sensitivity of fix method, and it says "default is 5, try 1 for narrower parsings". I don't understand what does this mean. So normally what kind of sensitivity I shall use? What does that depend on?

Add: my entire code looks like this:
Code:
logout, save(H1) word replace fix(5): ///
esttab model_1 , ///
 mtitle(Main) ///
b(%6.3f) t(%6.3f) ///
star(* 0.1 ** 0.05 *** 0.01) ///
scalar(r2 r2_a N) compress nogap
I don't know what level of fix(#) I shall use so I use the default number, 5.

Thanks!