Skip to content

Commit

Permalink
Using html instead of markdown for images so alt text doesn't appear …
Browse files Browse the repository at this point in the history
…as title
  • Loading branch information
jhollway committed Jul 18, 2024
1 parent d5e8d7e commit a729dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ conditional uniform graph (CUG) or quadratic assignment procedure (QAP) distribu

- `r list_functions("^test_")`

![A plot showing the results of a QAP test](https://www.jameshollway.com/post/migraph/tests-2.png)
<img src="https://www.jameshollway.com/post/migraph/tests-2.png" alt="Plot showing the results of a QAP test"/>

Hypotheses can also be tested within multivariate models
via multiple (linear or logistic) regression QAP:

- `network_reg()`

![A violin plot showing the results of an MRQAP](https://www.jameshollway.com/post/migraph/regression-1.png)
<img src="https://www.jameshollway.com/post/migraph/regression-1.png" alt="A violin plot showing the results of an MRQAP"/>

`{migraph}` is the only package that offers these testing frameworks
for two-mode networks as well as one-mode networks.
Expand Down
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,24 +84,14 @@ distributions using:
- `test_distribution()`, `test_fit()`, `test_gof()`,
`test_permutation()`, `test_random()`

<figure>
<img src="https://www.jameshollway.com/post/migraph/tests-2.png"
alt="A plot showing the results of a QAP test" />
<figcaption aria-hidden="true">A plot showing the results of a QAP
test</figcaption>
</figure>
<img src="https://www.jameshollway.com/post/migraph/tests-2.png" alt="Plot showing the results of a QAP test"/>

Hypotheses can also be tested within multivariate models via multiple
(linear or logistic) regression QAP:

- `network_reg()`

<figure>
<img src="https://www.jameshollway.com/post/migraph/regression-1.png"
alt="A violin plot showing the results of an MRQAP" />
<figcaption aria-hidden="true">A violin plot showing the results of an
MRQAP</figcaption>
</figure>
<img src="https://www.jameshollway.com/post/migraph/regression-1.png" alt="A violin plot showing the results of an MRQAP"/>

`{migraph}` is the only package that offers these testing frameworks for
two-mode networks as well as one-mode networks.
Expand Down

0 comments on commit a729dd6

Please sign in to comment.