Simone Santoro
2011-Mar-28 19:25 UTC
[R] add my own calculated conficence interval to a plot
Hi, I have a data frame like this: var1=years var2=Sex ratio (0<value<1) var3=lower 95% confidence interval var4=upper 95% confidence interval Is there a way to add these confidence intervals to a plot like this? plot(years,Sex ratio,type="b") Thanks in advance for any response [[alternative HTML version deleted]]
Henrique Dallazuanna
2011-Mar-28 20:08 UTC
[R] add my own calculated conficence interval to a plot
Try this:
matplot(DF[,c('SexRatio', 'lower', 'upper')], type
='b', pch = 19, col
= c(2, 1, 1))
On Mon, Mar 28, 2011 at 4:25 PM, Simone Santoro <miseno77 at hotmail.com>
wrote:>
> Hi,
>
> I have a data frame like this:
> var1=years
> var2=Sex ratio (0<value<1)
> var3=lower 95% confidence interval
> var4=upper 95% confidence interval
>
> Is there a way to add these confidence intervals to a plot like this?
> plot(years,Sex ratio,type="b")
>
> Thanks in advance for any response
>
> ? ? ? ?[[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.
>
--
Henrique Dallazuanna
Curitiba-Paran?-Brasil
25? 25' 40" S 49? 16' 22" O