Learn R Programming

autograph (version 0.1.2)

model_mrqap: 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 netlm
plot(x, ...)

# S3 method for netlogit plot(x, ...)

Value

A plot showing the location of observed statistics compared to the distribution of statistics from permuted networks.

Arguments

x

An object obtained by fitting an MRQAP model to some data. For example, migraph::net_regression().

...

Further arguments to be passed on to plot.

Examples

Run this code
# Here's something I cooked up with migraph earlier:
plot(res_migraph_reg)

Run the code above in your browser using DataLab