diff --git a/README.Rmd b/README.Rmd index dd79175b..2aef052c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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) +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) +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. diff --git a/README.md b/README.md index 5427371a..79557314 100644 --- a/README.md +++ b/README.md @@ -84,24 +84,14 @@ distributions using: - `test_distribution()`, `test_fit()`, `test_gof()`, `test_permutation()`, `test_random()` -
- - -
+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 `{migraph}` is the only package that offers these testing frameworks for two-mode networks as well as one-mode networks.