Re: [R] Hmisc Dotplot with confidence intervals and panel.points problem

2008-12-22 Thread PSJ
Dear Frank, thanks for your fast answer... > The panel function must run panel.Dotplot(...) and not panel.dotplot. > Inside panel you can run whatever else you need. > > Frank thanks a lot, this made it work! Cheers, Peter __ R-help@r-project.org ma

Re: [R] Hmisc Dotplot with confidence intervals and panel.points problem

2008-12-22 Thread Frank E Harrell Jr
PSJ wrote: Hello useRs, I have a question regarding the function Dotplot from the Hmisc package: I want two things: 1) confidence intervals around the dots 2) some additional "annotation" points plotted in the graphic I can easily achieve (1) by constructing an appropriate object with Cbind. Bu

[R] Hmisc Dotplot with confidence intervals and panel.points problem

2008-12-22 Thread PSJ
Hello useRs, I have a question regarding the function Dotplot from the Hmisc package: I want two things: 1) confidence intervals around the dots 2) some additional "annotation" points plotted in the graphic I can easily achieve (1) by constructing an appropriate object with Cbind. But for (2) wh