Hi all, I am using the function "plotCI" with the following command: plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 [1:41],ui=m.residuos.p.4 [1:41],lty=1,ylab="") This generates exactly what I want except for the fact that I wanna drawn a line linking the points (m.residuos). How could I do that? Thanks a lot in advance, Caio [[alternative HTML version deleted]]
On 11/10/2008, at 10:15 AM, Caio Azevedo wrote:> Hi all, > > I am using the function "plotCI" with the following command: > > plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 > [1:41],ui=m.residuos.p.4 > [1:41],lty=1,ylab="") > > This generates exactly what I want except for the fact that I wanna > drawn a > line linking the points (m.residuos).For crying out loud don't write ``wanna''. In spoken English it may be acceptable (to some people) to *pronounce* ``want to'' as ``wanna''. It is *not* acceptable to write it that way. Rolf Turner ###################################################################### Attention:\ This e-mail message is privileged and confid...{{dropped:9}}
Hi it might be as simple as adding type = "b" in your call, however if you need more help you'll have to provide a reproducible example and explain what package you used (I think several packages define a plotCI function). Hope this helps, Baptiste On 10 Oct 2008, at 22:15, Caio Azevedo wrote:> Hi all, > > I am using the function "plotCI" with the following command: > > plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 > [1:41],ui=m.residuos.p.4 > [1:41],lty=1,ylab="") > > This generates exactly what I want except for the fact that I wanna > drawn a > line linking the points (m.residuos). > > How could I do that? > > > Thanks a lot in advance, > > Caio > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code._____________________________ Baptiste Augui? School of Physics University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag
Caio Azevedo wrote:> Hi all, > > I am using the function "plotCI" with the following command: > > plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 [1:41],ui=m.residuos.p.4 > [1:41],lty=1,ylab="") > > This generates exactly what I want except for the fact that I wanna drawn a > line linking the points (m.residuos). > > How could I do that? >Hi Caio, Sad to say, the plotCI function as it stands won't do this. I recall having had a look at this before and putting it on the back burner for so long that I had to throw it out and open another can of soup. If you use plot with type="b" and the one of the error bar functions (e.g. dispbars), you can get what you want. Maybe I can fix this at some point. Jim PS Hey Rolf, wassup? Man wanna drawn a line, sokay wihme.
On Fri, 2008-10-10 at 18:15 -0300, Caio Azevedo wrote:> Hi all, > > I am using the function "plotCI" with the following command: > > plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 [1:41],ui=m.residuos.p.4 > [1:41],lty=1,ylab="") > > This generates exactly what I want except for the fact that I wanna drawn a > line linking the points (m.residuos). > > How could I do that?Try lineplot.CI in package sciplot. See http://mutualism.williams.edu/sciplot for an example.> > Thanks a lot in advance, > > Caio > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- http://mutualism.williams.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081011/cc23e9ac/attachment.bin>