Re: [R] Error bars and CI

2015-06-18 Thread Mohan.Radhakrishnan
Collections")+theme_bw() Thanks, Mohan -Original Message- From: Dennis Murphy [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 "group

Re: [R] Error bars and CI

2015-06-17 Thread Mohan.Radhakrishnan
geom="line") p <- p + stat_summary(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 Sub

Re: [R] Error bars and CI

2015-06-17 Thread Mohan.Radhakrishnan
hakrishnan, 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 co

[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 t