Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: RE: Confidence Intervals plot


From   Xavi Barber <[email protected]>
To   [email protected]
Subject   Re: st: RE: Confidence Intervals plot
Date   Wed, 14 Sep 2005 09:08:16 +0200

Thanks Nick.

Probably I had hurry about the question, and probably I had to think the solution before send the question

Sorry


At 23:02 13/09/2005, you wrote:

Questions of the form "I tried such-and-such
a program, but it didn't produce what I want"
are pretty difficult to answer, especially
if you are fuzzy on what you want.

The programmer is inclined to say, "Well,
feel free to write your own program then!"

-ciplot- is a program on SSC I wrote.

Your reference to -ecplot- I take to mean
one to -eclplot- by Roger Newson.

-ciplot- is a wrapper for -ci-, as its help
explains. I am not clear, as you do not say,
whether you would expect -ci- to produce
your confidence intervals. But if you don't
then -eclplot- should be fine for your purpose.

In general, confidence intervals plots

     * the way you like them *

are easy. What is difficult for a
programmer is to prepare for all the ways that
people like them. In your case, you would need
to

calculate your quintile groups

calculate your confidence intervals

decide on how to represent estimates, e.g.
-scatter- or -twoway bar-

decide on how to represent limits, e.g.
-twoway rcap-.

Then a typical plot requires an overlay

twoway ... || ...

Further advice would require a more precise
question.

Nick
[email protected]

Xavi Barber

> I have two variables A and B (continuous), and C (Yes o No variable)
>
> I'd like to have a plot with the Confidence Intervals plot for A in
> quintiles of B by C
>
> I tried  a lot of plots commands, probably I'm a very bad
> graphs user, but
> I didn't find it.
> ciplot  and variants
> ecplot
> ....


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index