Description Usage Arguments Details Value See Also Examples
net
returns the adjacency matrix for any network model fit
using functions from the modnets
package. netInts
returns a matrix of interaction terms associated with a moderated network.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
fit |
A fitted network model. Can be the output from
|
n |
When multiple networks exist for a single object, this allows the
user to indicate which adjacency matrix to return. For a GGM, all values of
this argument return the same adjacency matrix. For a SUR network,
|
threshold |
A numeric or logical value to set a p-value threshold.
|
rule |
Only applies to GGMs (including between-subjects networks) when a
threshold is supplied. The |
binary |
Logical. If |
nodewise |
Logical, only applies to GGMs (including between-subjects
networks). If |
d |
Numeric. Only used for output of |
r |
Numeric. Chooses which rows/columns to remove from the output, if desired. |
avg |
Logical. For |
empty |
Logical. Determines the output of |
mselect |
Only used for |
For GGMs when a non-symmetric matrix is requested, columns will represent outcomes and rows will represent predictors. For temporal networks, columns represent predictors and rows represent outcomes.
Can also be used with output from the resample
and
bootNet
functions.
An adjacency matrix representing a network or a matrix of interaction terms.
fitNetwork, mlGVAR, lmerVAR,
bootNet, resample, simNet, mlGVARsim
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.