I am now plotting some bars and pictures for use in presentation. Really interested in different ways of showing confidence intervals on the plots.
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
As Aaron has pointed out, it is not quite clear what you are actually asking for. Here is an example of bars with confidence intervals, which I think does the job
It was produced in R using the package
|
|||
|
|
|
If you like to do it in MATLAB, you can use errorbar. Alternatively, you may check the confidence interval plotting utilities in MATLAB file exchange. For instance, errorb is a nice function to do different types of confidence interval plots.
There are other alternatives in file exchange such as #1, #2 and #3. |
|||
|
|


