I have some statistical data from which I want to graph the means and use the standard deviations as error bars. However this produces a graph with some of the error bars passing below zero. A negative value is silly for this data (mean trip times), so I was wondering what is a sensible way to graph the data.
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
1
1
|
||||||||||||
|
|
7
|
Your error bars may be giving you a hint to look more closely at the distribution of your data. For example, if your data is essentially log-normal you could work with the logs of your numbers and the problem will automatically go away. I'm not a fan of error bars. In theory they let you visually do some statistical significance estimates and perhaps give some sense of the underlying data. But there are a lot of subtleties and at least one study has found that even experienced scientists often misinterpret them. This nice blog post discusses some of the issues. If you do need to summarize the data with a few statistics, I'd argue for boxplots as a better way to represent asymmetric distributions, along with text/captions that highlight important statistical significance conclusions. |
|||
|
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
4
|
Perhaps means and standard deviations are the wrong way to present the data. It sounds like you would communicate more information if you graph the medians and used quartiles as "error bars". |
||
|
|
|
2
|
Assuming you mean standard deviation, if the error bars are $\mu \pm \sigma$, and $\mu - \sigma < k$, where $\mu$ and $\sigma$ are mean and standard deviation respectively, and $k$ is the minimum value taken by your random variable, you can always leave the error bars at $k$ and $\mu + \sigma$. Similarly for $\mu + \sigma > K$, where $K$ is the maximum value your random variable takes. |
||
|
|

