Skip to content
Back to formatted view

Raw Message

Message-ID: <3EEB48FC.27034.611DE0@localhost>
Date: 2003-06-14T20:10:36Z
From: Kjetil Halvorsen
Subject: Confidence intervals plot
In-Reply-To: <003401c332a4$f4e109c0$7924ca51@statw1c2z9batg>

On 14 Jun 2003 at 20:44, Ramon Mart?nez Coscoll? wrote:

Hola!

First set up a plot with

plot( c(x.lower, x.upper) , c(y.lower, y.upper), type="n" )

and then add each line using segments

Kjetil Halvorsen

> Hi all!!
> 
> I am trying to plot several confidence intervals in a unique plot. That is, for each x, I have a confidence interval for a parameter related to x and I would like to plot them in the same plot, in order to compare them. The plot would look like some parallel vertical lines, each one 
corresponding to a x value. Their extrem points would be the confidence interval limits.
> 
> I do not know if I am clear enough. Anyway, thank you in advance.
> 
> Ramon.
> 	[[alternate HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help