View source: R/graphical_var.R
| as_netobject.gvar_result | R Documentation |
Returns the temporal lag layer(s) and contemporaneous network as netobjects,
so each renders directly with cograph::splot() (or any netobject verb)
without the caller transposing matrices or dropping intercept columns. The
temporal network is oriented [from = predictor(t-1), to = outcome(t)].
## S3 method for class 'gvar_result'
as_netobject(x, ...)
x |
A |
... |
Ignored. |
A netobject_group: a named list with $temporal for a
lag-1 model, or one temporal_lagN element per multi-lag model, plus
$contemporaneous.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.