From a729dd6891db4b06f49ed33dd5fd2127799cb92f Mon Sep 17 00:00:00 2001 From: James Hollway Date: Thu, 18 Jul 2024 22:17:42 +0200 Subject: [PATCH] Using html instead of markdown for images so alt text doesn't appear as title --- README.Rmd | 4 ++-- README.md | 14 ++------------ 2 files changed, 4 insertions(+), 14 deletions(-) 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.