model_mrqap | R Documentation |
These plotting methods are for results obtained by fitting an MRQAP
model.
The S3 classes are "netlm" or "netlogit", and so are compatible with the
results from either the {sna}
or {migraph}
packages.
## S3 method for class 'netlm'
plot(x, ...)
## S3 method for class 'netlogit'
plot(x, ...)
x |
An object obtained by fitting an MRQAP model to some data.
For example, |
... |
Further arguments to be passed on to plot. |
A plot showing the location of observed statistics compared to the distribution of statistics from permuted networks.
# Here's something I cooked up with migraph earlier:
plot(res_migraph_reg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.