SURnet {modnets} | R Documentation |
Creates temporal and contemporaneous network of SUR results
Description
A method for converting outputs from the
systemfit::systemfit
function into
temporal and contemporaneous networks. Intended as an internal function of
fitNetwork
. Not intended for use by the user. The only purpose
of making it available is to allow for extreme customization, and the
capacity to convert any
systemfit::systemfit
output into a pair of
network models compatible with the modnets
package.
Usage
SURnet(
fit,
dat,
s = "sigma",
m = NULL,
threshold = FALSE,
mval = NULL,
medges = 1,
pcor = "none"
)
Arguments
fit |
Output from |
dat |
A list containing elements |
s |
Character string indicating which type of residual covariance matrix
to compute for SUR models. Options include |
m |
Character string or numeric value to specify the moderator (if any). |
threshold |
See corresponding argument of |
mval |
Numeric. See corresponding argument of |
medges |
Numeric. See corresponding argument of |
pcor |
See corresponding argument of |
Value
Temporal and contemporaneous networks
See Also
SURfit, fitNetwork,
systemfit::systemfit