model_mrqap {autograph} | R Documentation |
Plotting methods for MRQAP models
Description
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.
Usage
## S3 method for class 'netlm'
plot(x, ...)
## S3 method for class 'netlogit'
plot(x, ...)
Arguments
x |
An object obtained by fitting an MRQAP model to some data.
For example, |
... |
Further arguments to be passed on to plot. |
Value
A plot showing the location of observed statistics compared to the distribution of statistics from permuted networks.
Examples
# Here's something I cooked up with migraph earlier:
plot(res_migraph_reg)
[Package autograph version 0.1.2 Index]