Skip to content

Commit

Permalink
Add pointer to example in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hyosubkim committed Apr 20, 2023
1 parent 318904a commit 104c688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bayes_toolbox/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
def meta_binary_outcome(z_t_obs, n_t_obs, z_c_obs, n_c_obs, study, n_draws=1000):
"""Fits multi-level meta-analysis model of binary outcomes.
See "meta-analysis-two-proportions.ipynb" in examples for usage.
Args:
z_t_obs: number of occurrences in treatment group
n_t_obs: number of opportunities/participants in treatment gruops
Expand Down

0 comments on commit 104c688

Please sign in to comment.