The code is as following, Why did this error occur, thanks
esttab m s, nogap compress replace ///
mtitle("OLS" "OLS" "Probit" "Probit") ///
b(%4.3f) t(%4.2f) ///
scalar(N r2) ///
star(* 0.1 ** 0.05 *** 0.01) ///
drop(*.*) ///
noomit nobase ///
indicate("province=*.province")
Related Posts with esttab with the error " in range not allowed" r(101);
Limit the sample ID with even numbersHi everyone, I want to change my ID dataset to be limited to show only even number ID. Below is a sa…
cross commandDear All, I found this question here (https://bbs.pinggu.org/thread-10294923-1-1.html). The raw data…
How to combine all possible solutions of string variablesHi, I'm new at Stata and got a task from my teacher: I have a dataset with 8 viables and a count o…
foreach VAR in Panel DataHi, I have an unbalanced panel dataset. I am looking to carry out Vector Autoregression (VAR) for e…
Measuring between and within group variance.I just came across an interesting analysis that reports between and within-group variance (of health…
Subscribe to:
Post Comments (Atom)
0 Response to esttab with the error " in range not allowed" r(101);
Post a Comment