mfreidin wrote:
I have a matrix containing means and CIs (lower and upper in two columns, so
three columns for every data point) for several points. I have to build a
graph of these means accompained by the CIs (as wiskers). No problems with
making the graph of means, but I don't know how to intr
d.edu]
Gesendet: Friday, July 24, 2009 2:10 PM
An: 'mfreidin'; 'r-help@r-project.org'
Betreff: AW: [R] CI wiskers
I recently answered this (or, rather, basically the same) question in a
thread with an example in it. I am trying to find it back.
Just a sec
-
c
[mailto:r-help-boun...@r-project.org] Im
Auftrag von mfreidin
Gesendet: Friday, July 24, 2009 11:08 AM
An: r-help@r-project.org
Betreff: [R] CI wiskers
I have a matrix containing means and CIs (lower and upper in two columns, so
three columns for every data point) for several points. I have to build a
I have a matrix containing means and CIs (lower and upper in two columns, so
three columns for every data point) for several points. I have to build a
graph of these means accompained by the CIs (as wiskers). No problems with
making the graph of means, but I don't know how to introduce CIs.
Can
12.95, by = 0.0005)
axis(1, at = labs, labels = labs)
axis(2, at = yaxis, las = 2)
arrows(x0 = low, x1 = high, y0 = yaxis, y1 = yaxis,
length=0.1, code = 3, col = 4, angle = 90)
box()
==
--- On Fri, 7/24/09, Dieter Menne wrote:
Hi,
On Jul 24, 2009, at 11:43 AM, Dieter Menne wrote:
mfreidin wrote:
I have a matrix containing means and CIs (lower and upper in two
columns,
so three columns for every data point) for several points. I have
to build
a graph of these means accompained by the CIs (as wiskers). No
probl
mfreidin wrote:
>
> I have a matrix containing means and CIs (lower and upper in two columns,
> so three columns for every data point) for several points. I have to build
> a graph of these means accompained by the CIs (as wiskers). No problems
> with making the graph of means, but I don't know
7 matches
Mail list logo