Dear Statalist,
Does anyone know how to get rid of the vertical dotted lines in the plot below? I tried adding " dots(mcolor(bg))" to the end of the marginsplot command, but Stata would not allow that.
Thanks,
Jeremy
webuse nhanes2f, clear
logistic diabetes i.agegrp
margins, over(agegrp)
marginsplot, recast(dot) xdim(agegrp)
Related Posts with turn off dotted lines in marginsplot, recast(dot)
Mata matrix to variables using st_storeI've created a matrix of Halton Draws in Mata, and I'd like to use each column of the matrix as a va…
Drop before calculating a meanHey guys ! If I have a dummy with 1 and zero wether a trade is a buy or sell and want to find out wh…
Propensity Score Matching with multiple and continous treatmentsHello, I want to make a propensity score matching using four different treatments, which are all me…
Initial period variablesHi all, What is the best model to use when one has initial period variables such as log of initial …
Logit RegressionI'm a beginner to Stata. How do I import two (binary dependent variables) Excel files into one Stata…
Subscribe to:
Post Comments (Atom)
0 Response to turn off dotted lines in marginsplot, recast(dot)
Post a Comment