r:graphics
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| r:graphics [2017/11/27 01:25] – [Creating a Bar Chart] hkimscil | r:graphics [2017/11/27 01:27] (current) – [Adding Confidence Intervals to a Bar Chart] hkimscil | ||
|---|---|---|---|
| Line 432: | Line 432: | ||
| </ | </ | ||
| - | < | + | < |
| - | tsd <- tapply(Temp, | + | # mean for each month |
| - | tse <- tsd/ | + | tsd <- tapply(Temp, |
| + | # sd for each month | ||
| + | tse <- tsd/ | ||
| + | # se for each month | ||
| lower <- tmean - 1.96*tse | lower <- tmean - 1.96*tse | ||
r/graphics.1511745913.txt.gz · Last modified: by hkimscil
