Re: [R] Error bars and CI

2015-06-18 Thread Mohan.Radhakrishnan
[mailto:djmu...@gmail.com] Sent: Wednesday, June 17, 2015 8:42 PM To: Radhakrishnan, Mohan (Cognizant) Subject: Re: [R] Error bars and CI Q: How do you expect to get error bars when you plot groups having samples of size 1? If you are not grouping, then what is the point of trying to manufacture

Re: [R] Error bars and CI

2015-06-17 Thread Mohan.Radhakrishnan
, Mohan (Cognizant) Subject: Re: [R] Error bars and CI Hi: Firstly, your dplyr code to generate the summary data frame is unnecessary and distracting, particularly since you didn't provide the input data set; you are asked to provide a *minimal* reproducible example, which you could easily have

Re: [R] Error bars and CI

2015-06-17 Thread Mohan.Radhakrishnan
(fun.data=mean_cl_normal,conf.int = .99, geom=errorbar, width=0.2) Thanks, Mohan -Original Message- From: Radhakrishnan, Mohan (Cognizant) Sent: Wednesday, June 17, 2015 12:54 PM To: 'Dennis Murphy' Cc: r-help@r-project.org Subject: RE: [R] Error bars and CI Your sample code is working

[R] Error bars and CI

2015-06-15 Thread Mohan.Radhakrishnan
Hi, I want to plot a line graph using this data. IDX is x-axis and V1 is y-axis. I also want standard error bars and 99% CI to be shown. My code is given below. The section that plots the graph is the problem. I don't see all the points in the line graph with error bars. How can I also show