Skip to content
Prev 347555 / 398500 Next

How to add error bars to a line xyplot (lattice package)

Well, the OP already referred to segplot.

But, see, he shouldn't be doing this plot in the first place. Yes, I
know it's fairly standard in science, but it's a bad idea (as are many
others, like the infamous "dynamite plot"). If uncertainty intervals
are desired, they should be model based, obtained,e.g. by the relevant
predict() method.

But this is OT for here, so I won't rant further.

Cheers,
Bert

Bert Gunter
Genentech Nonclinical Biostatistics
(650) 467-7374

"Data is not information. Information is not knowledge. And knowledge
is certainly not wisdom."
Clifford Stoll
On Tue, Jan 27, 2015 at 2:56 PM, Kevin Wright <kw.stat at gmail.com> wrote: