Skip to content

Commit

Permalink
Python analysis example was missing an import.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever committed Aug 7, 2012
1 parent 6c3caaf commit 69cebf7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 163 deletions.
2 changes: 2 additions & 0 deletions analysis/doc/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,8 @@ Bootstrapping 95% confidence intervals around the mean with this function is sim
159 0.000000
Name: ShannonDiversity

import scipy

# compute 95% confidence intervals around the mean
CIs = ci(data=treatment1, statfun=scipy.mean)

Expand Down
198 changes: 35 additions & 163 deletions analysis/scripts/Data Analysis in Python.ipynb

Large diffs are not rendered by default.

0 comments on commit 69cebf7

Please sign in to comment.