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);
How to avoid losing variable labels when using collapse commandI have smallholder agriculture plot level commercialization data which i want to collapse to househo…
Drawing a line through the outer XY combinations below the trend lineThe eventual goal is to assign minimum value of actl for a new exp value (where actl is missing). I …
Storing results with a large loop (>11000)I am trying to store results across a large loop. I have previously done as follows but am limited t…
Collapse (mean) and data orderingHi statalist, I'm working with a data set that resembles the following: ID Income 1 50 1 40 1 20 2…
Identifying recession pointsHello, I have a dummy variable with 1 and -1: 1 corresponds to a peak, and -1 - to a trough. I want…
Subscribe to:
Post Comments (Atom)
0 Response to esttab with the error " in range not allowed" r(101);
Post a Comment