Greetings - my first post, so apologies for being ignorant of conventions, any directions/instructions gratefully received...
Using Ellip I noticed that changing the 'level' option to 80, 90, 95 doesn't change the size of the ellipse., while using the constant option (set to 3.2, 4.6, 6) works
So...
ellip yvar xvar , level(95) plot(scatter yvar xvar)
and
ellip yvar xvar , level(80) plot(scatter yvar xvar)
are identical (and r(c) doesn't change - returned boundary constant)
ellip yvar xvar , constant(3.2) plot(scatter yvar xvar)
and
ellip yvar xvar , constant(6) plot(scatter yvar xvar)
look correct (and r(c) confirms)
Apologies if this is just some basic misunderstanding on my part, or previously reported
The manual* says that further eclipses can be overlaid using the plot option - I can't get this to work (...not a plot type)
The only way to overlay ellipses seems to be to reshape data long and 'overlay by...'
* Graphing confidence ellipses: An update of ellip for Stata 8. The Stata Journal (2004) 4, Number 3, pp. 242–256
p248: 'plot(#) adds other plots to the generated graph... Examples of such plots are another confidence ellipse...
Related Posts with Ellip (ellipse) issues
Unable to obtain marginal effects after cmclogitDear all, I am trying to run the postestimation command for marginal effects after an alternative s…
Using Foreach with loop to calculate averageHi, I want to calculate average of a variable X for all households for each 200 categories on varia…
Reshaping matched panel dataHi I am working with a panel data of firms (BvDIDnumber/BvDIDnumber_U being the unique firm ID for …
Define subroutine in a .do fileHi, I have a large do file that I would like to break down in several smaller pieces of code that I…
Propensity score matching - time variant treatmentDear all, I have a question about propensity score matching for a panel data file. The aim of my stu…
Subscribe to:
Post Comments (Atom)
0 Response to Ellip (ellipse) issues
Post a Comment