[R] plotCI
Bernardo Rangel tura
tura at centroin.com.br
Sun Sep 24 12:27:20 CEST 2006
Hi R masters!
I need a Help with plot confidence intervals for one equation. I use
library gplots and plotCI command in this script:
require(gplots)
ano <-1980:2002
rf<-exp(91.37162-0.04720281*ano)
ciw.f<-sqrt(1.766073e-08)
plotCI(ano,rf,uiw=ciw.f)
But in the graph not shown the errors bar and I have this error msg
zero-length arrow is of indeterminate angle and so skipped
Well, where is my eror?
Thanks in advance
Bernardo Rangel Tura, MD, PhD
National Institute of Cardiology Laranjeiras
Rio de Janeiro Brazil
More information about the R-help
mailing list