Skip to content

Commit

Permalink
update links to articles
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwilliamson committed Jul 2, 2020
1 parent 6dce0ed commit 8590220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ devtools::install_github(repo = "statdivlab/paramedic")

## Example

This example shows how to use `paramedic` in a simple setting with data inspired by the University of Washington (UW) Sexually Transmitted Infections Cooperative Research Center (STICRC). For more examples and detailed explanation, please see the [vignette](https://statdivlab.github.io/paramedic/introduction_to_paramedic.html).
This example shows how to use `paramedic` in a simple setting with data inspired by the University of Washington (UW) Sexually Transmitted Infections Cooperative Research Center (STICRC). For more examples and detailed explanation, please see the [vignette](https://statdivlab.github.io/paramedic/articles/introduction_to_paramedic.html).

```r
## load required functions and libraries
Expand Down Expand Up @@ -103,6 +103,6 @@ After using the `paramedic` package, please cite the following:

We use Stan to fit the hierarchical model to the data. Read any warning messages returned by the algorithm carefully, as these can help diagnose convergence issues. Carefully choosing initialisation values can speed up convergence.

If you encounter any bugs or have any specific feature requests, please [file an issue](https://github.com/statdivlab/paramedic/issues). If your feature request relates to the hierarchical models implemented in `paramedic`, please read [the hierarchical models vignette](https://statdivlab.github.io/paramedic/hierarchical_model_specification.html) prior to filing an issue or creating a pull request.
If you encounter any bugs or have any specific feature requests, please [file an issue](https://github.com/statdivlab/paramedic/issues). If your feature request relates to the hierarchical models implemented in `paramedic`, please read [the hierarchical models vignette](https://statdivlab.github.io/paramedic/articles/hierarchical_model_specification.html) prior to filing an issue or creating a pull request.

------------------------------

0 comments on commit 8590220

Please sign in to comment.