hey stata friends and family,
After I use rreg / mmregress / mregress, I want to create a scatter plot (that would consider the weights of observations) with a regression line.
I sometime use this line after I calculate weights:
twoway (lfit Y X [weight=weight])(scatter Y X [weight=weight], msymbol(oh))
Yet it seems too complicated.
In addition, what robustness check of the three you would say is better for which cases, and why? I am looking for a more common straightforward explanation.
Thank you in advance,
Yair
Related Posts with Robustness checks - post regression graph
Why can't we cluster on anything we like?I often get error messages indicating that Stata doesn't like the variable that I have chosen to clu…
Writing a LoopDear Statalist Users, I have multiple txt files and I want to convert them into stata files so that…
Best command for cross-classified modelsI'd like to fit a model with student and teacher random effects. The ID variables for students and t…
Problem with reaching 1:n ratio with psmatch2 !Hi everyone, I am trying to perform a 1:4 propensity score matching using the command psmatch2. Aft…
stata ttest significanceHi everyone, I have the following dataset Code: * Example generated by -dataex-. To install: ssc…
Subscribe to:
Post Comments (Atom)
0 Response to Robustness checks - post regression graph
Post a Comment