Skip to content

Commit

Permalink
Merge pull request #303 from lnccbrown/290-graphing-posterior-predict…
Browse files Browse the repository at this point in the history
…ive-plot

Posterior predictive plotting
  • Loading branch information
digicosmos86 authored Oct 25, 2023
2 parents afa2aba + 1a48ae4 commit 99dc88a
Show file tree
Hide file tree
Showing 24 changed files with 13,469 additions and 4,646 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Please refer to our [installation guide](https://lnccbrown.github.io/HSSM/gettin
for more detailed instructions.

**Note**: Possible solutions to any issues with installations with hssm can be located
[here](https://github.com/lnccbrown/HSSM/discussions). We recommend leveraging an
environment manager with Python 3.10~3.11 to prevent any problems with dependencies
during the installation process. Please note that hssm is tested for python 3.10,
3.11. As of HSSM v0.1.6, support for Python 3.9 is dropped. Use other python
versions with caution.
[here](https://github.com/lnccbrown/HSSM/discussions). We recommend leveraging an
environment manager with Python 3.10~3.11 to prevent any problems with dependencies
during the installation process. Please note that hssm is tested for python 3.10,
3.11. As of HSSM v0.1.6, support for Python 3.9 is dropped. Use other python
versions with caution.

## Example

Expand All @@ -76,8 +76,8 @@ model = hssm.HSSM(
{
"name": "v",
"prior": {
"Intercept": {"name": "Normal", "mu": 0.0, "sigma": 0.0},
"theta": {"name": "Normal", "mu": 0.0, "sigma": 0.0},
"Intercept": {"name": "Normal", "mu": 0.0, "sigma": 0.1},
"theta": {"name": "Normal", "mu": 0.0, "sigma": 0.1},
},
"formula": "v ~ (1|participant_id) + theta",
"link": "identity",
Expand Down
1 change: 1 addition & 0 deletions docs/api/plotting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:::hssm.plotting
1,618 changes: 816 additions & 802 deletions docs/getting_started/getting_started.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 99dc88a

Please sign in to comment.